Road Lengths

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
decimal
Sample
                       
Area
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
Status
               

No description available for this field.

Name (identifier)
roadworks
Type
text
Sample
                       
Paved Roads with streetlights and trees(Kilometres)
               

No description available for this field.

Name (identifier)
paved_roads_with_streetlights_and_trees
Type
decimal
Sample
                       
Paved Roads(Kilometres)
               

No description available for this field.

Name (identifier)
paved_roads
Type
decimal
Sample
                       
Number of Streetlights
               

No description available for this field.

Name (identifier)
number_of_streetlights
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"road-lengths-1989-2009-ad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/road-lengths-1989-2009-ad"
      }
    ]
    ,
  • "definitions":
    {
    • "road-lengths-1989-2009-ad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/road-lengths-1989-2009-ad_records"
            }
          }
        }
      }
      ,
    • "road-lengths-1989-2009-ad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "area":
              {
              • "type":"string",
              • "title":"Area",
              • "description":""
              }
              ,
            • "roadworks":
              {
              • "type":"string",
              • "title":"Status",
              • "description":""
              }
              ,
            • "paved_roads_with_streetlights_and_trees":
              {
              • "type":"number",
              • "title":"Paved Roads with streetlights and trees(Kilometres)",
              • "description":""
              }
              ,
            • "paved_roads":
              {
              • "type":"number",
              • "title":"Paved Roads(Kilometres)",
              • "description":""
              }
              ,
            • "number_of_streetlights":
              {
              • "type":"number",
              • "title":"Number of Streetlights",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets