Road Lengths & Lighting Poles

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
                       
Asphalted & Planted
               

No description available for this field.

Name (identifier)
asphalted_planted
Type
decimal
Sample
                       
Asphalted
               

No description available for this field.

Name (identifier)
asphalted
Type
decimal
Sample
                       
Electrical Power
               

No description available for this field.

Name (identifier)
electrical_power
Type
decimal
Sample
                       
Solar Energy
               

No description available for this field.

Name (identifier)
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":"road-lengths-lighting-poles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/road-lengths-lighting-poles"
      }
    ]
    ,
  • "definitions":
    {
    • "road-lengths-lighting-poles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/road-lengths-lighting-poles_records"
            }
          }
        }
      }
      ,
    • "road-lengths-lighting-poles_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":""
              }
              ,
            • "asphalted_planted":
              {
              • "type":"number",
              • "title":"Asphalted & Planted",
              • "description":""
              }
              ,
            • "asphalted":
              {
              • "type":"number",
              • "title":" Asphalted",
              • "description":""
              }
              ,
            • "electrical_power":
              {
              • "type":"number",
              • "title":"Electrical Power",
              • "description":""
              }
              ,
            • "solar_energy":
              {
              • "type":"number",
              • "title":"Solar Energy ",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets