55 records

55 records

Active filters Clear all

No active filters

Filters

Special zoning plans (PPAS / BBP’s) of the City of Brussels

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Number
               

No description available for this field.

Name (identifier)
cityref
Type
text
Sample
50-01bis
Name
               

No description available for this field.

Name (identifier)
namefr
Type
text
Sample
Van Praet
Naam
               

No description available for this field.

Name (identifier)
namedut
Type
text
Sample
Van Praet
District
               

No description available for this field.

Name (identifier)
territory_fr
Type
text
Sample
Neder-Over-Heembeek/Mutsaard
Wijk
               

No description available for this field.

Name (identifier)
territory_nl
Type
text
Sample
Neder-Over-Heembeek/Mutsaard
Date of entry into force
               

No description available for this field.

Name (identifier)
dateapp
Type
text
Sample
AR / KB  18/04/1956
Statut
               

No description available for this field.

Name (identifier)
status_fr
Type
text
Sample
PPAS en vigueur
Status
               

No description available for this field.

Name (identifier)
status_nl
Type
text
Sample
BBP van kracht
Status
               

No description available for this field.

Name (identifier)
status_en
Type
text
Sample
SZP in force
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[[4.3685239098,50.8918267168],[4.3685257566,50.8915983886],[4.3685488941,50.891591503],[4.3688635964,50.8914978494],[4.3695370958,50.8912766014],[4.3697100433,50.8912197863],[4.3703825303,50.8909988635],[4.3704535192,50.8909742778],[4.3706070834,50.8909210937],[4.3712539695,50.8906970529],[4.3713002854,50.8906810117],[4.3716283295,50.8905673952],[4.3718544453,50.8904811438],[4.3720805603,50.8903948923],[4.3726888754,50.8901488118],[4.373601098,50.889741067],[4.3739275506,50.8895846899],[4.374048969,50.8895196481],[4.3740569334,50.8895153817],[4.3740752061,50.8895055933],[4.374085436,50.8895001127],[4.3740856043,50.8895002008],[4.3744923584,50.8897131552],[4.3745214229,50.8897283717],[4.3741847533,50.8900869011],[4.3742727396,50.8901091823],[4.374126317,50.8902713724],[4.3735929425,50.8908515418],[4.3733655853,50.8911139016],[4.37280236,50.8917055928],[4.3724991248,50.8919812733],[4.3723618062,50.8920948209],[4.3722357032,50.8921924906],[4.3721273156,50.892276439],[4.3717576839,50.8925496273],[4.3715501046,50.8925032263],[4.3685239098,50.8918267168]]],"type":"Polygon"}
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[50.89122508246818,4.371705644924129]

JSON Schema

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

{
  • "title":"ppas",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ppas"
      }
    ]
    ,
  • "definitions":
    {
    • "ppas":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ppas_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"
            }
          }
        }
        ,
      • "ppas_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "cityref":
                {
                • "type":"string",
                • "title":"Number",
                • "description":""
                }
                ,
              • "namefr":
                {
                • "type":"string",
                • "title":"Name",
                • "description":""
                }
                ,
              • "namedut":
                {
                • "type":"string",
                • "title":"Naam",
                • "description":""
                }
                ,
              • "territory_fr":
                {
                • "type":"string",
                • "title":"District",
                • "description":""
                }
                ,
              • "territory_nl":
                {
                • "type":"string",
                • "title":"Wijk",
                • "description":""
                }
                ,
              • "dateapp":
                {
                • "type":"string",
                • "title":"Date of entry into force",
                • "description":""
                }
                ,
              • "status_fr":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "status_nl":
                {
                • "type":"string",
                • "title":"Status",
                • "description":""
                }
                ,
              • "status_en":
                {
                • "type":"string",
                • "title":"Status",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Reuses (1)

    Click to expand Click to collapse
    • Développement d'une application Mobile

      Consulter le PPAS en déplacement
      Patrick Placentino 4 October 2019 15:26

    Submit a reuse

    Click to expand Click to collapse

    Your last name will be publicly displayed with your reuse

    Your first name will be publicly displayed with your reuse

    Your email will not be published publicly and will only be used by the administrators to contact you.

    Short description of your work (max. 50 characters)

    A longer description of what you achieved using this dataset (max. 1000 characters)

    An URL where your work can be accessed publicly

     or 

    (optional) An URL or an image which illustrates your work

    false

    Similar datasets