62 records

Toilets in recreational areas

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
Rough estimation of the geographical position of the recreational toilet, specified as Latitude, Longitude in WGS84

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[63.825755018299,20.350052014716614]
Facilities_ID
A unique ID that can be used when reporting malfunctions.

No description available for this field.

Name (identifier)
anlaggn_id
Type
text
Sample
TC 1
Type
               

No description available for this field.

Name (identifier)
typ
Type
text
Sample
Toaletter
Name
The of the place where the toilet is located

No description available for this field.

Name (identifier)
namn
Type
text
Sample
Dödmansviken
Area
The name of the area where the toilet is located

No description available for this field.

Name (identifier)
omrade
Type
text
Sample
Nydala
Main responsible
The main responsible for the facility

No description available for this field.

Name (identifier)
huvudansva
Type
text
Sample
Umeå Fritid
Equipment
Rough description of equipment available at the facility

No description available for this field.

Name (identifier)
utrustning
Type
text
Sample
Dubbeltoa (tank) 1
Nummerplåt 1
Skötselplåt 1
Soptunna 1
Accessible
Indicates whether efforts have been made to make the facility more accessible. In this case, the field has the value "Yes" otherwise the field is empty.

No description available for this field.

Name (identifier)
handik_anp
Type
text
Sample
Ja

JSON Schema

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

{
  • "title":"fritidstoaletter",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fritidstoaletter"
      }
    ]
    ,
  • "definitions":
    {
    • "fritidstoaletter":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fritidstoaletter_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"
            }
          }
        }
        ,
      • "fritidstoaletter_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":"Rough estimation of the geographical position of the recreational toilet, specified as Latitude, Longitude in WGS84"
                }
                ,
              • "anlaggn_id":
                {
                • "type":"string",
                • "title":"Facilities_ID",
                • "description":"A unique ID that can be used when reporting malfunctions."
                }
                ,
              • "typ":
                {
                • "type":"string",
                • "title":"Type",
                • "description":""
                }
                ,
              • "namn":
                {
                • "type":"string",
                • "title":"Name",
                • "description":"The of the place where the toilet is located"
                }
                ,
              • "omrade":
                {
                • "type":"string",
                • "title":"Area",
                • "description":"The name of the area where the toilet is located"
                }
                ,
              • "huvudansva":
                {
                • "type":"string",
                • "title":"Main responsible",
                • "description":"The main responsible for the facility"
                }
                ,
              • "utrustning":
                {
                • "type":"string",
                • "title":"Equipment",
                • "description":"Rough description of equipment available at the facility"
                }
                ,
              • "handik_anp":
                {
                • "type":"string",
                • "title":"Accessible",
                • "description":"Indicates whether efforts have been made to make the facility more accessible. In this case, the field has the value "Yes" otherwise the field is empty."
                }
              }
            }
          }
        }
      }
    }

    Reuses

    Click to expand Click to collapse

    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

    • Informationstavlor av olika slag finns uppsatta på olika ställen av Fritid, Umeå kommun. Denna datamängd är en sammanställning av dessa tavlor, var de finns samt grovt vad de informerar om (anges av namnet).
    • Det finns iordningställda rastplatser runtom i Umeå kommun på vissa av dem finns det grillmöjligheter. I denna datamängd har vi samlat de rastplatser som finns samt kort information om dessa.
    • Umeå kommun har placerat ut bryggor för allmänheten på olika platser. Syftet med bryggorna skiljer sig åt. Vissa av dem är tänkta som badbryggor medans andra till exempel är fiskebryggor. En del av bryggorna är även tillgänglighetsanpassade
    • Outdoor gym in Umeå municipality. They are owned and managed by Umeå municipality or an association.