records

records

Active filters Clear all

No active filters

Filters

Standorte Altkleidercontainer

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
bez
               

No description available for this field.

Name (identifier)
bez
Type
text
Sample
                       
name
               

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Standort/Straße
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
plz_ort
               

No description available for this field.

Name (identifier)
plz_ort
Type
text
Sample
                       
Beschreibung
               

No description available for this field.

Name (identifier)
beschr
Type
text
Sample
                       
internet
               

No description available for this field.

Name (identifier)
internet
Type
text
Sample
                       
poi_id
               

No description available for this field.

Name (identifier)
poi_id
Type
text
Sample
                       
x_wgs
               

No description available for this field.

Name (identifier)
x_wgs
Type
text
Sample
                       
y_wgs
               

No description available for this field.

Name (identifier)
y_wgs
Type
text
Sample
                       
Straße Hausnummer
               

No description available for this field.

Name (identifier)
str_hsnr
Type
text
Sample
                       
phone
               

No description available for this field.

Name (identifier)
phone
Type
text
Sample
                       
fax
               

No description available for this field.

Name (identifier)
fax
Type
text
Sample
                       
email
               

No description available for this field.

Name (identifier)
email
Type
text
Sample
                       
mapname
               

No description available for this field.

Name (identifier)
mapname
Type
text
Sample
                       
Name
               

No description available for this field.

Name (identifier)
legname0
Type
text
Sample
                       
legname1
               

No description available for this field.

Name (identifier)
legname1
Type
text
Sample
                       
legname2
               

No description available for this field.

Name (identifier)
legname2
Type
text
Sample
                       
symbol
               

No description available for this field.

Name (identifier)
symbol
Type
text
Sample
                       
layerid
               

No description available for this field.

Name (identifier)
layerid
Type
text
Sample
                       
Koordinaten
               

No description available for this field.

Name (identifier)
geo
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"150824-altkleidercontainer-mannheim@mannheim",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/150824-altkleidercontainer-mannheim@mannheim"
      }
    ]
    ,
  • "definitions":
    {
    • "150824-altkleidercontainer-mannheim@mannheim":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/150824-altkleidercontainer-mannheim@mannheim_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"
            }
          }
        }
        ,
      • "150824-altkleidercontainer-mannheim@mannheim_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "bez":
                {
                • "type":"string",
                • "title":"bez",
                • "description":""
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"name",
                • "description":""
                }
                ,
              • "title":
                {
                • "type":"string",
                • "title":"Standort/Straße",
                • "description":""
                }
                ,
              • "plz_ort":
                {
                • "type":"string",
                • "title":"plz_ort",
                • "description":""
                }
                ,
              • "beschr":
                {
                • "type":"string",
                • "title":"Beschreibung",
                • "description":""
                }
                ,
              • "internet":
                {
                • "type":"string",
                • "title":"internet",
                • "description":""
                }
                ,
              • "poi_id":
                {
                • "type":"string",
                • "title":"poi_id",
                • "description":""
                }
                ,
              • "x_wgs":
                {
                • "type":"string",
                • "title":"x_wgs",
                • "description":""
                }
                ,
              • "y_wgs":
                {
                • "type":"string",
                • "title":"y_wgs",
                • "description":""
                }
                ,
              • "str_hsnr":
                {
                • "type":"string",
                • "title":"Straße Hausnummer",
                • "description":""
                }
                ,
              • "phone":
                {
                • "type":"string",
                • "title":"phone",
                • "description":""
                }
                ,
              • "fax":
                {
                • "type":"string",
                • "title":"fax",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"email",
                • "description":""
                }
                ,
              • "mapname":
                {
                • "type":"string",
                • "title":"mapname",
                • "description":""
                }
                ,
              • "legname0":
                {
                • "type":"string",
                • "title":"Name",
                • "description":""
                }
                ,
              • "legname1":
                {
                • "type":"string",
                • "title":"legname1",
                • "description":""
                }
                ,
              • "legname2":
                {
                • "type":"string",
                • "title":"legname2",
                • "description":""
                }
                ,
              • "symbol":
                {
                • "type":"string",
                • "title":"symbol",
                • "description":""
                }
                ,
              • "layerid":
                {
                • "type":"string",
                • "title":"layerid",
                • "description":""
                }
                ,
              • "geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Koordinaten",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets