Lengths of Roads Inside the Cities by Type of the Road

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
date
Sample
                       
Area
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
Roadworks
               

No description available for this field.

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

No description available for this field.

Name (identifier)
paved_roads_with_streetlights_and_trees
Type
decimal
Sample
                       
Paved Roads
               

No description available for this field.

Name (identifier)
paved_roads
Type
decimal
Sample
                       
Number of streetlights(Electrical Power)
               

No description available for this field.

Name (identifier)
number_of_streetlights_electrical_power
Type
decimal
Sample
                       
Number of streetlights(Solar Energy)
               

No description available for this field.

Name (identifier)
number_of_streetlights_solar_energy
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"lengths-of-roads-inside-the-cities-by-type-of-the-road",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road"
      }
    ]
    ,
  • "definitions":
    {
    • "lengths-of-roads-inside-the-cities-by-type-of-the-road":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road_records"
            }
          }
        }
      }
      ,
    • "lengths-of-roads-inside-the-cities-by-type-of-the-road_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "area":
              {
              • "type":"string",
              • "title":"Area",
              • "description":""
              }
              ,
            • "roadworks":
              {
              • "type":"string",
              • "title":"Roadworks",
              • "description":""
              }
              ,
            • "paved_roads_with_streetlights_and_trees":
              {
              • "type":"number",
              • "title":"Paved Roads with streetlights and trees",
              • "description":""
              }
              ,
            • "paved_roads":
              {
              • "type":"number",
              • "title":"Paved Roads",
              • "description":""
              }
              ,
            • "number_of_streetlights_electrical_power":
              {
              • "type":"number",
              • "title":"Number of streetlights(Electrical Power)",
              • "description":""
              }
              ,
            • "number_of_streetlights_solar_energy":
              {
              • "type":"number",
              • "title":"Number of streetlights(Solar Energy)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets