poster

poster

Aktiva filter Rensa alla

Inga aktiva filter

Filter

Polisstationer i Västerbotten

Bilagor

Klicka för att visa Klicka för att dölja

Datauppsättningsschema

Klicka för att visa Klicka för att dölja
Namn
Polisstationens namn

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
name
Typ
text
Prov
                       
Besöksadress
Platsbeskrivning med gatuadress, ort

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
besoksadress
Typ
text
Prov
                       
Geopoint
Geografisk position angiven som Latitud, Longitud i WGS84

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
geopoint
Typ
geo_point_2d
Prov
                       
Tjänster
Tjänster som finns hos polisstationen Följande tjänster kan finnas tillgängliga hos en polisstation: - Anmälan - tar emot anmälningar av brott. - Pass - det går att ansöka om pass. - Tillstånd - stationen hanterar olika typer av tillstånd. - Hittegods - stationen hanterar hittegods. - Vapen - stationen hanterar vapenärenden. - Delgivning - lämnar ut delgivningar. - Cyklar - har cykelvisning eller auktion. - Provisoriskt pass - stationen utfärdar provisoriskt pass. - Beslag - det går att hämta beslagtaget gods på stationen.

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
services
Typ
text
Prov
                       
id
 Polisstationens id 

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
id
Typ
int
Prov
                       
Url
Länk till informationssida om polisstationen på polisen.se

Det finns ingen beskrivning tillgänglig för detta fält.

Namn (identifierare)
url
Typ
text
Prov
                       

JSON-schema

Följande JSON-objekt är en standardiserad beskrivning av ditt datauppsättningsschema. Mer om JSON-scheman.

{
  • "title":"polisstationer",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/polisstationer"
      }
    ]
    ,
  • "definitions":
    {
    • "polisstationer":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/polisstationer_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"
            }
          }
        }
        ,
      • "polisstationer_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "name":
                {
                • "type":"string",
                • "title":"Namn",
                • "description":"Polisstationens namn"
                }
                ,
              • "besoksadress":
                {
                • "type":"string",
                • "title":"Besöksadress",
                • "description":"Platsbeskrivning med gatuadress, ort"
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geopoint",
                • "description":"Geografisk position angiven som Latitud, Longitud i WGS84"
                }
                ,
              • "services":
                {
                • "type":"string",
                • "title":"Tjänster",
                • "description":"Tjänster som finns hos polisstationen Följande tjänster kan finnas tillgängliga hos en polisstation: - Anmälan - tar emot anmälningar av brott. - Pass - det går att ansöka om pass. - Tillstånd - stationen hanterar olika typer av tillstånd. - Hittegods - stationen hanterar hittegods. - Vapen - stationen hanterar vapenärenden. - Delgivning - lämnar ut delgivningar. - Cyklar - har cykelvisning eller auktion. - Provisoriskt pass - stationen utfärdar provisoriskt pass. - Beslag - det går att hämta beslagtaget gods på stationen."
                }
                ,
              • "id":
                {
                • "type":"integer",
                • "title":"id",
                • "description":" Polisstationens id "
                }
                ,
              • "url":
                {
                • "type":"string",
                • "title":"Url",
                • "description":"Länk till informationssida om polisstationen på polisen.se"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets