Local Authority Land
City of York Council
@ukgov.local_authority_land2
City of York Council
@ukgov.local_authority_land2
Under new regulations to promote openness and transparency, local authorities have to publish details of all their land and building assets. The following information (mandatory data) is now available in one report, which is updated every three months: • Unique Property Reference Number • Unique Asset Identity • Name of building/land or both • Street number/s • Street Name • Post Town & Postcode • Map Reference (easting/northing) • Property Tenure Type • Asset Type (land only/land with building) All information shown is correct at time of producing the report.
Publisher name: City of York Council
Last updated: 2024-09-14T02:17:56Z
CREATE TABLE local_authority_land (
"uprn" VARCHAR,
"unique_asset_identity" VARCHAR,
"name" VARCHAR,
"street_numbers" VARCHAR,
"street_name" VARCHAR,
"postal_town" VARCHAR,
"postcode" VARCHAR,
"easting" DOUBLE,
"northing" DOUBLE,
"ownership" VARCHAR,
"occupied" VARCHAR,
"ground_lease" VARCHAR,
"leasehold" VARCHAR,
"licence" VARCHAR,
"vacant" VARCHAR,
"sublease" VARCHAR,
"ownership_detail" VARCHAR,
"land_only" VARCHAR
);Anyone who has the link will be able to view this.