187 poster

187 poster

Aktiva filter Rensa alla

Inga aktiva filter

Filter

Radonriskområden

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
Geo Point
Ungefärlig geografisk mittpunkt för riskområdet

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

Namn (identifierare)
geo_point_2d
Typ
geo_point_2d
Prov
[64.3726655834,20.1421539992]
Geo Shape
Grovt uppskattade kartgränser för riskområdet

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

Namn (identifierare)
geo_shape
Typ
geo_shape
Prov
{"coordinates":[[[20.13876642435712,64.37402718865906],[20.140249721426702,64.37442494624338],[20.14133216787888,64.37413408046551],[20.14182843757042,64.3740335150233],[20.142384344453717,64.37362544031578],[20.142222858619636,64.37319261463244],[20.142778913522168,64.37278453850465],[20.14412445215424,64.37292368035385],[20.145104953352234,64.37263549439164],[20.145469750842825,64.37231985961782],[20.145720554430614,64.3719198085662],[20.145457184783627,64.37148978488183],[20.144894973646313,64.37111122419172],[20.143453833556414,64.37101831414691],[20.14247320150377,64.3713065787394],[20.14191717195096,64.37171465379593],[20.14167229464627,64.37215821572487],[20.140673669116655,64.37231582639356],[20.140081558482613,64.3724626103801],[20.139513688442253,64.37278355179126],[20.13858689717564,64.37346371670381],[20.13876642435712,64.37402718865906]]],"type":"Polygon"}
Risknivå
Anger risknivå; Lågrisk-, Normalrisk-, Eventuellt högrisk-, Högriskområdet

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

Namn (identifierare)
riskniva
Typ
text
Prov
Högriskområde

JSON-schema

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

{
  • "title":"radonriskomraden",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/radonriskomraden"
      }
    ]
    ,
  • "definitions":
    {
    • "radonriskomraden":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/radonriskomraden_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"
            }
          }
        }
        ,
      • "radonriskomraden_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":"Ungefärlig geografisk mittpunkt för riskområdet"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":"Grovt uppskattade kartgränser för riskområdet"
                }
                ,
              • "riskniva":
                {
                • "type":"string",
                • "title":"Risknivå",
                • "description":"Anger risknivå; Lågrisk-, Normalrisk-, Eventuellt högrisk-, Högriskområdet"
                }
              }
            }
          }
        }
      }
    }

    Återanvändningar

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

    Skicka in en återanvändning

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

    Ditt efternamn kommer att visas offentligt tillsammans med din återanvändning

    Ditt förnamn kommer att visas offentligt tillsammans med din återanvändning

    Din e-postadress kommer inte att publiceras offentligt och kommer endast användas av administratörerna för att kontakta dig.

    Kort beskrivning av ditt arbete (max 50 tecken)

    En längre beskrivning av vad du har uppnått med hjälp av denna datamängd (max 1000 tecken)

    En URL där ditt arbete går att komma åt offentligt

     eller 

    (valfritt) En URL eller en bild som illustrerar ditt arbete

    false

    Similar datasets

    • Uppmätt radonhalt i inomhusluften.
    • Data kommer från den nationella emissionsdatabasen som samlar Sveriges nationella utsläpp av klimatgaser och luftföroreningar som fördelade till läns- och kommunnivå. I detta data set finns Umeås utsläpp fördelade på olika sektorer i CO2e. Uppgifterna utgår från Sveriges officiella utsläppsstatistik. 
    • Länsstyrelsen eller kommunen får besluta om vattenskyddsområde till skydd för en grund- eller ytvattentillgång som utnyttjas eller kan antas komma att utnyttjas för vattentäkt (7 kapitlet 21 och 22 §§ miljöbalken).
    • Anonymiserad förbrukningsdata från Umeå Energi per nyckelkodsområde i Umeå Kommun. Detta data bör inte ses som exakta och kompletta förbrukningsvärden utan mer som en kvalificerad uppskattning av förbrukningen i syfte att se trender och indikationer.