records

records

Active filters Clear all

No active filters

Filters

Laneways with greening potential

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
segid_1
               

No description available for this field.

Name (identifier)
segid_1
Type
integer
Sample
                       
mapbase_mc
               

No description available for this field.

Name (identifier)
mapbase_mc
Type
decimal
Sample
                       
insol_scor
               

No description available for this field.

Name (identifier)
insol_scor
Type
decimal
Sample
                       
verticalsu
               

No description available for this field.

Name (identifier)
verticalsu
Type
decimal
Sample
                       
segid
               

No description available for this field.

Name (identifier)
segid
Type
integer
Sample
                       
driveways
               

No description available for this field.

Name (identifier)
driveways
Type
text
Sample
                       
parklane
               

No description available for this field.

Name (identifier)
parklane
Type
decimal
Sample
                       
objectid
               

No description available for this field.

Name (identifier)
objectid
Type
integer
Sample
                       
climate_ty
               

No description available for this field.

Name (identifier)
climate_ty
Type
text
Sample
                       
narrowing
               

No description available for this field.

Name (identifier)
narrowing
Type
text
Sample
                       
closepart
               

No description available for this field.

Name (identifier)
closepart
Type
text
Sample
                       
farmlane
               

No description available for this field.

Name (identifier)
farmlane
Type
decimal
Sample
                       
walls
               

No description available for this field.

Name (identifier)
walls
Type
text
Sample
                       
farm_rank
               

No description available for this field.

Name (identifier)
farm_rank
Type
text
Sample
                       
vert_rank
               

No description available for this field.

Name (identifier)
vert_rank
Type
text
Sample
                       
fores_rank
               

No description available for this field.

Name (identifier)
fores_rank
Type
text
Sample
                       
forest
               

No description available for this field.

Name (identifier)
forest
Type
decimal
Sample
                       
park_rank
               

No description available for this field.

Name (identifier)
park_rank
Type
text
Sample
                       
binsperct
               

No description available for this field.

Name (identifier)
binsperct
Type
text
Sample
                       
mapbase__1
               

No description available for this field.

Name (identifier)
mapbase_1
Type
text
Sample
                       
wsud
               

No description available for this field.

Name (identifier)
wsud
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"laneways-with-greening-potential",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/laneways-with-greening-potential"
      }
    ]
    ,
  • "definitions":
    {
    • "laneways-with-greening-potential":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/laneways-with-greening-potential_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"
            }
          }
        }
        ,
      • "laneways-with-greening-potential_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "segid_1":
                {
                • "type":"integer",
                • "title":"segid_1",
                • "description":""
                }
                ,
              • "mapbase_mc":
                {
                • "type":"number",
                • "title":"mapbase_mc",
                • "description":""
                }
                ,
              • "insol_scor":
                {
                • "type":"number",
                • "title":"insol_scor",
                • "description":""
                }
                ,
              • "verticalsu":
                {
                • "type":"number",
                • "title":"verticalsu",
                • "description":""
                }
                ,
              • "segid":
                {
                • "type":"integer",
                • "title":"segid",
                • "description":""
                }
                ,
              • "driveways":
                {
                • "type":"string",
                • "title":"driveways",
                • "description":""
                }
                ,
              • "parklane":
                {
                • "type":"number",
                • "title":"parklane",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "climate_ty":
                {
                • "type":"string",
                • "title":"climate_ty",
                • "description":""
                }
                ,
              • "narrowing":
                {
                • "type":"string",
                • "title":"narrowing",
                • "description":""
                }
                ,
              • "closepart":
                {
                • "type":"string",
                • "title":"closepart",
                • "description":""
                }
                ,
              • "farmlane":
                {
                • "type":"number",
                • "title":"farmlane",
                • "description":""
                }
                ,
              • "walls":
                {
                • "type":"string",
                • "title":"walls",
                • "description":""
                }
                ,
              • "farm_rank":
                {
                • "type":"string",
                • "title":"farm_rank",
                • "description":""
                }
                ,
              • "vert_rank":
                {
                • "type":"string",
                • "title":"vert_rank",
                • "description":""
                }
                ,
              • "fores_rank":
                {
                • "type":"string",
                • "title":"fores_rank",
                • "description":""
                }
                ,
              • "forest":
                {
                • "type":"number",
                • "title":"forest",
                • "description":""
                }
                ,
              • "park_rank":
                {
                • "type":"string",
                • "title":"park_rank",
                • "description":""
                }
                ,
              • "binsperct":
                {
                • "type":"string",
                • "title":"binsperct",
                • "description":""
                }
                ,
              • "mapbase_1":
                {
                • "type":"string",
                • "title":"mapbase__1",
                • "description":""
                }
                ,
              • "wsud":
                {
                • "type":"string",
                • "title":"wsud",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets