Baselight

TfGM Land And Property Assets

Transport for Greater Manchester

@ukgov.tfgm_land_and_property_assets

Land And Property Assets
@ukgov.tfgm_land_and_property_assets.land_and_property_assets

  • 27.5 KB
  • 277 rows
  • 15 columns
property

Property

unique_property_reference_number

Unique Property Reference Number

unique_asset_identifier

Unique Asset Identifier

internal_category

Internal Category

internal_sub_category

Internal Sub Category

name_of_property

Name Of Property

district

District

street_number

Street Number

street_name

Street Name

town

Town

post_code

Post Code

tenure_type

Tenure Type

tenure_detail

Tenure Detail

other_tenure

Other Tenure

holding_type

Holding Type

Altrincham Bus Station217Bus StationsAltrincham LineAltrincham TraffordN/AStamford New RdAltrinchamWA14 1ENLeaseholdOwner OccupiedLand/Buildings
Ashton Bus Station323Bus StationsAshton-Under-LyneAshton Bus StationTamesideN/AWarrington StAshtonOL6 7AEFreeholdOwner OccupiedLand/Buildings
Bolton Interchange 4138Bus StationsBus StationsBolton Interchange BoltonN/ANewport StBoltonBL2 1BEFreeholdOwner OccupiedLand/Buildings
Bolton Moor Lane524Bus StationsBus StationsBolton Moor LaneBoltonN/AMoor laneBoltonBL1 4TPFreeholdOwner OccupiedLand/Buildings
Bury Bus Station636Bus StationsBus StationsBuryBuryN/AKnowsley StBuryBL9 0SNFreeholdOwner OccupiedLand/Buildings
Chorlton Bus Station744Bus StationsBus StationsChorlton Bus StationManchesterN/ABarlow Moor RdChorltonM21 8ATFreeholdOwner OccupiedLand/Buildings
Former Police Station820072Bus StationsBus StationsFormer Police StationManchesterN/ABarlow Moor RdChorltonM21 8ATFreeholdOwner OccupiedLand/Buildings
Eccles Bus Station919889Bus StationsBus StationsEccles Bus StationSalfordN/ARegent StreetEcclesM30 0LHFreeholdOwner OccupiedLand/Buildings
Travelshop (Church Street)1019903Bus StationsBus StationsTravelshop (Church Street)SalfordN/ARegent StreetEcclesM30 0LHLeaseholdOwner OccupiedBuildings
Farnworth Bus Station 1194Bus StationsBus StationsFarnworth Bus Station BuryN/AKing StreetFarnworthBL4LeaseholdOwner OccupiedLand

CREATE TABLE land_and_property_assets (
  "property" VARCHAR,
  "unique_property_reference_number" DOUBLE,
  "unique_asset_identifier" VARCHAR,
  "internal_category" VARCHAR,
  "internal_sub_category" VARCHAR,
  "name_of_property" VARCHAR,
  "district" VARCHAR,
  "street_number" VARCHAR,
  "street_name" VARCHAR,
  "town" VARCHAR,
  "post_code" VARCHAR,
  "tenure_type" VARCHAR,
  "tenure_detail" VARCHAR,
  "other_tenure" VARCHAR,
  "holding_type" VARCHAR
);

Share link

Anyone who has the link will be able to view this.