45,232 records

45,232 records

Active filters Clear all

No active filters

Filters

SpecificUseCategory

Issued building permits

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
PermitNumber
Unique permit number generated at application date; there may be multiple permits for one project site
BU - Original Permit application was made in previous software
BP - Building Permit
DB - Combined Development & Building Permit

No description available for this field.

Name (identifier)
permitnumber
Type
text
Sample
BP-2016-04085
PermitNumberCreatedDate
The date at which a permit application, created by staff or an online process, receives a permit number

No description available for this field.

Name (identifier)
permitnumbercreateddate
Type
date
Sample
2016-12-01
IssueDate
Date when the specified permit was first issued

No description available for this field.

Name (identifier)
issuedate
Type
date
Sample
2017-03-10
PermitElapsedDays
Measures the number of days from the creation and assignment of a permit number until the issuance of a permit.  Application processing represents a collaboration between the applicant/customer team and the City.  Timelines may be influenced by a number of factors, some of which include: the volume of instream applications to be processed, completeness of the application, site and project specific requirements impacting application requirements (number of reviews, conditions, design decisions, etc.), staff and customer response times.

No description available for this field.

Name (identifier)
permitelapseddays
Type
integer
Sample
99
ProjectValue
Estimated construction value at time of original permit issuance; base permit fees are calculated on this value. For commercial and mixed use projects with multiple buildings on one site, the project value may be entered only on the site permit (and not the permits for each individual building where a $0 value will be shown)

No description available for this field.

Name (identifier)
projectvalue
Type
decimal
Unit
$
Sample
80000
TypeOfWork
Categories Include: Addition / Alteration, Demolition / Deconstruction, New Buildings, Outdoor Uses (No Buildings Proposed), Salvage and Abatement, Temporary Buildings / Structures

No description available for this field.

Name (identifier)
typeofwork
Type
text
Sample
Addition / Alteration
Address
Specific Property Address

No description available for this field.

Name (identifier)
address
Type
text
Sample
6126 FRASER STREET, Vancouver, BC V5W 3A1
ProjectDescription
Scope of work (note: data file prior to 2018 does not include this field)

No description available for this field.

Name (identifier)
projectdescription
Type
text
Sample
Field Review - Addition / Alteration - Exterior and interior alterations to provide repair to the residential portion of this existing commercial/residential building. Work to include new exterior guard rails, new sinks and counter top in some units and new electrical panel and replace windows at the rear elevation.

OK for field review as per A Cashato, Dec 01, 2016

OK for BU only as per Marie Linehan, Dec 01, 2016

Note Exterior finishes to match existing.

L1 - BEnv - Install weather stripping on all doors and windows
PermitCategory
A high level grouping providing a focus on higher volume, lower complexity project scopes. The categorization is derived from data in the TypeofWork, PropertyUse and ProjectDescription fields. This field was added in December 2021 and will be modified to take into account feedback from dataset users

No description available for this field.

Name (identifier)
permitcategory
Type
text
Sample
Renovation - Residential - Lower Complexity
Applicant
Applicant may be property owner or official agent for owner and is often the design professional or their firm

No description available for this field.

Name (identifier)
applicant
Type
text
Sample
Kenneth King DBA: Kenneth E. King Architecture & Planning
ApplicantAddress
Contact information as provided on Permit Application

No description available for this field.

Name (identifier)
applicantaddress
Type
text
Sample
1931 Holdom Avenue
Burnaby, BC  V5B 3W4
PropertyUse
General use of property; where there is more than one, they are separated by a comma

No description available for this field.

Name (identifier)
propertyuse
Type
text
Sample
Dwelling Uses
SpecificUseCategory
Category of property use; where there is more than one, they are separated by a comma

No description available for this field.

Name (identifier)
specificusecategory
Type
text
Sample
Multiple Dwelling
BuildingContractor
Contractor information, if known, at time of permit issuance

No description available for this field.

Name (identifier)
buildingcontractor
Type
text
Sample
                       
BuildingContractorAddress
Contractor information, as provided by applicant

No description available for this field.

Name (identifier)
buildingcontractoraddress
Type
text
Sample
                       
IssueYear
Year which permit was first issued

No description available for this field.

Name (identifier)
issueyear
Type
text
Sample
2017
GeoLocalArea
The local area where the building with the Issued Building Permit is found, derived from the building's coordinates or address. The City of Vancouver has 22 local areas (also known as local planning areas). For more details, please see the Local Area Boundary data set.

No description available for this field.

Name (identifier)
geolocalarea
Type
text
Sample
Sunset
Geom
These are mapping coordinates for the building corresponding to a Building Permit. Data from the Address attribute are processed by the BC Address Geocoder API. An unmatched address returns null coordinates and will not display on the Map. The permit will still be listed in the Table view.

No description available for this field.

Name (identifier)
geom
Type
geo shape
Sample
{"coordinates":[-123.090258,49.2288655],"type":"Point"}
YearMonth
               

No description available for this field.

Name (identifier)
yearmonth
Type
text
Sample
2017-03
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[49.2288655,-123.090258]

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"issued-building-permits",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/issued-building-permits"
      }
    ]
    ,
  • "definitions":
    {
    • "issued-building-permits":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/issued-building-permits_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "issued-building-permits_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "permitnumber":
                {
                • "type":"string",
                • "title":"PermitNumber",
                • "description":"Unique permit number generated at application date; there may be multiple permits for one project site BU - Original Permit application was made in previous software BP - Building Permit DB - Combined Development & Building Permit"
                }
                ,
              • "permitnumbercreateddate":
                {
                • "type":"string",
                • "format":"date",
                • "title":"PermitNumberCreatedDate",
                • "description":"The date at which a permit application, created by staff or an online process, receives a permit number"
                }
                ,
              • "issuedate":
                {
                • "type":"string",
                • "format":"date",
                • "title":"IssueDate",
                • "description":"Date when the specified permit was first issued"
                }
                ,
              • "permitelapseddays":
                {
                • "type":"integer",
                • "title":"PermitElapsedDays",
                • "description":"Measures the number of days from the creation and assignment of a permit number until the issuance of a permit. Application processing represents a collaboration between the applicant/customer team and the City. Timelines may be influenced by a number of factors, some of which include: the volume of instream applications to be processed, completeness of the application, site and project specific requirements impacting application requirements (number of reviews, conditions, design decisions, etc.), staff and customer response times."
                }
                ,
              • "projectvalue":
                {
                • "type":"number",
                • "title":"ProjectValue",
                • "description":"Estimated construction value at time of original permit issuance; base permit fees are calculated on this value. For commercial and mixed use projects with multiple buildings on one site, the project value may be entered only on the site permit (and not the permits for each individual building where a $0 value will be shown)",
                • "unit":"$"
                }
                ,
              • "typeofwork":
                {
                • "type":"string",
                • "title":"TypeOfWork",
                • "description":"Categories Include: Addition / Alteration, Demolition / Deconstruction, New Buildings, Outdoor Uses (No Buildings Proposed), Salvage and Abatement, Temporary Buildings / Structures"
                }
                ,
              • "address":
                {
                • "type":"string",
                • "title":"Address",
                • "description":"Specific Property Address"
                }
                ,
              • "projectdescription":
                {
                • "type":"string",
                • "title":"ProjectDescription",
                • "description":"Scope of work (note: data file prior to 2018 does not include this field)"
                }
                ,
              • "permitcategory":
                {
                • "type":"string",
                • "title":"PermitCategory",
                • "description":"A high level grouping providing a focus on higher volume, lower complexity project scopes. The categorization is derived from data in the TypeofWork, PropertyUse and ProjectDescription fields. This field was added in December 2021 and will be modified to take into account feedback from dataset users"
                }
                ,
              • "applicant":
                {
                • "type":"string",
                • "title":"Applicant",
                • "description":"Applicant may be property owner or official agent for owner and is often the design professional or their firm"
                }
                ,
              • "applicantaddress":
                {
                • "type":"string",
                • "title":"ApplicantAddress",
                • "description":"Contact information as provided on Permit Application"
                }
                ,
              • "propertyuse":
                {
                • "type":"string",
                • "title":"PropertyUse",
                • "description":"General use of property; where there is more than one, they are separated by a comma"
                }
                ,
              • "specificusecategory":
                {
                • "type":"string",
                • "title":"SpecificUseCategory",
                • "description":"Category of property use; where there is more than one, they are separated by a comma "
                }
                ,
              • "buildingcontractor":
                {
                • "type":"string",
                • "title":"BuildingContractor",
                • "description":"Contractor information, if known, at time of permit issuance"
                }
                ,
              • "buildingcontractoraddress":
                {
                • "type":"string",
                • "title":"BuildingContractorAddress",
                • "description":"Contractor information, as provided by applicant"
                }
                ,
              • "issueyear":
                {
                • "type":"string",
                • "title":"IssueYear",
                • "description":"Year which permit was first issued"
                }
                ,
              • "geolocalarea":
                {
                • "type":"string",
                • "title":"GeoLocalArea",
                • "description":"The local area where the building with the Issued Building Permit is found, derived from the building's coordinates or address. The City of Vancouver has 22 local areas (also known as local planning areas). For more details, please see the Local Area Boundary data set."
                }
                ,
              • "geom":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geom",
                • "description":"These are mapping coordinates for the building corresponding to a Building Permit. Data from the Address attribute are processed by the BC Address Geocoder API. An unmatched address returns null coordinates and will not display on the Map. The permit will still be listed in the Table view."
                }
                ,
              • "yearmonth":
                {
                • "type":"string",
                • "title":"YearMonth",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets

    • This dataset includes business licence records from 1997 to 2012 with original categories (BusinessType).​
    • This dataset includes business licence records from 2024 onwards with the new categories (BusinessType).
    • This dataset includes business licence records from 2013 to May 3, 2024 with original categories (BusinessType).
    • This dataset encompasses all issued permits since the start of the operating permit program (2019-present). Operating permits are required for new and existing cooling towers, decorative water features, building water treatment systems and rainwater harvesting/non potable water systems. It includes water quality reports and current system status. Withdrawn or cancelled permits are not included.…