Record Cleaner Service

Spatial Reference

Spatial references can be entered in the following formats:

Format Example Notes
British Gridref {
 “srid”:27700
 “gridref”:”TL123678”
}
OSGB grid references as used on Ordnance Survey maps. Up to 1m resolution (10-figure) references are supported as well as the 2km, “DINTY” notation.
British Easting/Northing {
 “srid”:27700
 “easting”:367890
 “northing”:234560
 “accuracy”:10
}
OSGB coordinates from the origin in metres. Accuracy is required.
Irish Gridref {
 “srid”:29903
 “gridref”:”C123678”
}
Irish grid references (TM75). Up to 1m resolution (10-figure) references are supported as well as the 2km, “DINTY” notation.
Irish Easting/Northing {
 “srid”:29903
 “easting”:123400
 “northing”:234500
 “accuracy”:100
}
Irish (TM75) coordinates from the origin in metres. Accuracy is required.
Channel Islands Gridref {
 “srid”:23030
 “gridref”:”WV595475”
}
UTM30 (ED50) or WA/WV grid references. Up to 1m resolution (10-figure) references are supported as well as the 2km, “DINTY” notation.
Channel Islands Easting/Northing {
 “srid”:23030
 “easting”:559549
 “northing”:5447576
 “accuracy”:1
}
UTM30 (ED50) coordinates from the origin in metres. Accuracy is required.
Any Gridref {
 “srid”:0
 “gridref”:”TL123678”
}
OSGB, Irish, or Channel Island grid references.Can be used to process datasets including records from all these regions.
Lat/Long (WGS84) {
 “srid”:4326
 “longitude”:-2.34
 “latitude”:56.78
 “accuracy”:1000
}
WGS84 decimal latitude and longitude. Accuracy is required.