Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

A lookup table that maps local authorities to HMCTS regions.

Notifications You must be signed in to change notification settings

moj-analytical-services/lookup_hmcts_regions

Repository files navigation

Local Authority District to HMCTS Regions Lookup

This repo contains a lookup table that contains the corredpondence between local authorities to HMCTS regions.

This lookup table is particularly useful for geospacial analysis, such as aggregating statistics at the level of HMCTS regions, or identifying the HMCTS region that geographic units such as courts fall within.

To assist with geospatial analysis, this repository contains code that can be used to convert the lookup into common geospatial formats: PostGIS tables, shapefiles, geojson and topojson.

How to use

You can view the file here, and download the file here.

You can load it into R with the following command:

df <- read.csv("https://raw.githubusercontent.com/moj-analytical-services/lookup_hmcts_regions/master/lad_hmcts_region_lookup.csv", stringsAsFactors = FALSE)

You can load into Python with the following commands:

import pandas as pd 
df = pd.read_csv(https://raw.githubusercontent.com/moj-analytical-services/lookup_hmcts_regions/master/lad_hmcts_region_lookup.csv")

Maintainer

The DaSH team maintains this repository. See the commit history to identify the current maintainer.

Latest updates

Please refer to the most recent pull requests to see the latest changes to the lookup, and why the changes were made.

Releases

No releases published

Packages

No packages published
-