Skip to content

Some police forces used alternative grid references for eastings and northings ~1979-1981 and 1986 #101

@cmcaine

Description

@cmcaine

E.g. Hounslow isn't really in the sea to the west of Glasgow.

screen

The London Boroughs and some other geographical areas did this. If we can find out what system they were using we could fix this.

1986, looks like a CRS issue too, but I don't really know what's going on.

We can also observe a lot of other errors with the early geocoding in this sequence of images:

plot001

Source code:

# smaller_s19 is stats19 1979-2004, serious and fatal only, drop NAs on coordinates
year_maps = smaller_s19 %>%
  mutate(year = lubridate::year(date)) %>% 
  st_as_sf(coords=c("location_easting_osgr", "location_northing_osgr"), crs = BNG) %>%
  qtm() + tm_facets(along="year");

# And copy the image files out of /tmp before this finishes ;)
tmap_animation(year_maps, "stats19-osgr-locations-over-time.mpg")

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions