records

records

Active filters Clear all

No active filters

Filters

Gebäude

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Georafische Koordinaten
               

No description available for this field.

Name (identifier)
georafische_koordinaten
Type
geo point
Sample
                       
Gebäude ID
               

No description available for this field.

Name (identifier)
gebid
Type
text
Sample
                       
Straßenschlüssel
               

No description available for this field.

Name (identifier)
strschl
Type
text
Sample
                       
Straßenname
               

No description available for this field.

Name (identifier)
strname
Type
text
Sample
                       
Straßenname groß
               

No description available for this field.

Name (identifier)
strnamegr
Type
text
Sample
                       
Hausnummer
               

No description available for this field.

Name (identifier)
hnr
Type
integer
Sample
                       
Hausnummerzusatz
               

No description available for this field.

Name (identifier)
hnrz
Type
text
Sample
                       
Adresse
               

No description available for this field.

Name (identifier)
adresse
Type
text
Sample
                       
Gebäude Nr
               

No description available for this field.

Name (identifier)
gebnr
Type
integer
Sample
                       
Unterbezirk Nr.
               

No description available for this field.

Name (identifier)
unterbezirk_nr
Type
text
Sample
                       
Unterbezirk
               

No description available for this field.

Name (identifier)
untebezirk_bezeichnung
Type
text
Sample
                       
Statistischer Bezirk Nr.
               

No description available for this field.

Name (identifier)
statistischer_bezirk_nr
Type
text
Sample
                       
Statistischer Bezirk
               

No description available for this field.

Name (identifier)
statistischer_bezirk_bezeichnung
Type
text
Sample
                       
Stadtbezirk
               

No description available for this field.

Name (identifier)
stadtbezirk_nr
Type
text
Sample
                       
Sozialraum ID
               

No description available for this field.

Name (identifier)
sozialraum_id
Type
text
Sample
                       
Sozialraum Nr.
               

No description available for this field.

Name (identifier)
sozialraum_nr
Type
text
Sample
                       
Sozialraum
               

No description available for this field.

Name (identifier)
sozialraum_bezeichnung
Type
text
Sample
                       
Aktionsraum Nr.
               

No description available for this field.

Name (identifier)
aktionsraum_nr
Type
text
Sample
                       
Aktionsraum
               

No description available for this field.

Name (identifier)
aktionsraum_bezeichnung
Type
text
Sample
                       
upload am
               

No description available for this field.

Name (identifier)
upload_am
Type
date
Sample
                       
Kommune
               

No description available for this field.

Name (identifier)
kommune
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"fb62-gebaeude",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fb62-gebaeude"
      }
    ]
    ,
  • "definitions":
    {
    • "fb62-gebaeude":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fb62-gebaeude_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"
            }
          }
        }
        ,
      • "fb62-gebaeude_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "georafische_koordinaten":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Georafische Koordinaten",
                • "description":""
                }
                ,
              • "gebid":
                {
                • "type":"string",
                • "title":"Gebäude ID",
                • "description":""
                }
                ,
              • "strschl":
                {
                • "type":"string",
                • "title":"Straßenschlüssel",
                • "description":""
                }
                ,
              • "strname":
                {
                • "type":"string",
                • "title":"Straßenname",
                • "description":""
                }
                ,
              • "strnamegr":
                {
                • "type":"string",
                • "title":"Straßenname groß",
                • "description":""
                }
                ,
              • "hnr":
                {
                • "type":"integer",
                • "title":"Hausnummer",
                • "description":""
                }
                ,
              • "hnrz":
                {
                • "type":"string",
                • "title":"Hausnummerzusatz",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "gebnr":
                {
                • "type":"integer",
                • "title":"Gebäude Nr",
                • "description":""
                }
                ,
              • "unterbezirk_nr":
                {
                • "type":"string",
                • "title":"Unterbezirk Nr.",
                • "description":""
                }
                ,
              • "untebezirk_bezeichnung":
                {
                • "type":"string",
                • "title":"Unterbezirk",
                • "description":""
                }
                ,
              • "statistischer_bezirk_nr":
                {
                • "type":"string",
                • "title":"Statistischer Bezirk Nr.",
                • "description":""
                }
                ,
              • "statistischer_bezirk_bezeichnung":
                {
                • "type":"string",
                • "title":"Statistischer Bezirk",
                • "description":""
                }
                ,
              • "stadtbezirk_nr":
                {
                • "type":"string",
                • "title":"Stadtbezirk",
                • "description":""
                }
                ,
              • "sozialraum_id":
                {
                • "type":"string",
                • "title":"Sozialraum ID",
                • "description":""
                }
                ,
              • "sozialraum_nr":
                {
                • "type":"string",
                • "title":"Sozialraum Nr.",
                • "description":""
                }
                ,
              • "sozialraum_bezeichnung":
                {
                • "type":"string",
                • "title":"Sozialraum",
                • "description":""
                }
                ,
              • "aktionsraum_nr":
                {
                • "type":"string",
                • "title":"Aktionsraum Nr.",
                • "description":""
                }
                ,
              • "aktionsraum_bezeichnung":
                {
                • "type":"string",
                • "title":"Aktionsraum",
                • "description":""
                }
                ,
              • "upload_am":
                {
                • "type":"string",
                • "format":"date",
                • "title":"upload am",
                • "description":""
                }
                ,
              • "kommune":
                {
                • "type":"string",
                • "title":"Kommune",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets