records

records

Active filters Clear all

No active filters

Filters

United States Wind Turbine Database

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
                       
case_id
               

No description available for this field.

Name (identifier)
case_id
Type
integer
Sample
                       
faa_ors
               

No description available for this field.

Name (identifier)
faa_ors
Type
text
Sample
                       
faa_asn
               

No description available for this field.

Name (identifier)
faa_asn
Type
text
Sample
                       
usgs_pr_id
               

No description available for this field.

Name (identifier)
usgs_pr_id
Type
integer
Sample
                       
eia_id
               

No description available for this field.

Name (identifier)
eia_id
Type
integer
Sample
                       
t_state
               

No description available for this field.

Name (identifier)
t_state
Type
text
Sample
                       
t_county
               

No description available for this field.

Name (identifier)
t_county
Type
text
Sample
                       
t_fips
               

No description available for this field.

Name (identifier)
t_fips
Type
text
Sample
                       
p_name
               

No description available for this field.

Name (identifier)
p_name
Type
text
Sample
                       
p_year
               

No description available for this field.

Name (identifier)
p_year
Type
integer
Sample
                       
p_tnum
               

No description available for this field.

Name (identifier)
p_tnum
Type
integer
Sample
                       
p_cap
               

No description available for this field.

Name (identifier)
p_cap
Type
decimal
Sample
                       
t_manu
               

No description available for this field.

Name (identifier)
t_manu
Type
text
Sample
                       
t_model
               

No description available for this field.

Name (identifier)
t_model
Type
text
Sample
                       
t_cap
               

No description available for this field.

Name (identifier)
t_cap
Type
integer
Sample
                       
t_hh
               

No description available for this field.

Name (identifier)
t_hh
Type
decimal
Sample
                       
t_rd
               

No description available for this field.

Name (identifier)
t_rd
Type
decimal
Sample
                       
t_rsa
               

No description available for this field.

Name (identifier)
t_rsa
Type
decimal
Sample
                       
t_ttlh
               

No description available for this field.

Name (identifier)
t_ttlh
Type
decimal
Sample
                       
t_retrofit
               

No description available for this field.

Name (identifier)
t_retrofit
Type
integer
Sample
                       
t_retro_yr
               

No description available for this field.

Name (identifier)
t_retro_yr
Type
integer
Sample
                       
t_offshore
               

No description available for this field.

Name (identifier)
t_offshore
Type
integer
Sample
                       
t_conf_atr
               

No description available for this field.

Name (identifier)
t_conf_atr
Type
integer
Sample
                       
t_conf_loc
               

No description available for this field.

Name (identifier)
t_conf_loc
Type
integer
Sample
                       
t_img_date
               

No description available for this field.

Name (identifier)
t_img_date
Type
datetime
Sample
                       
t_img_src
               

No description available for this field.

Name (identifier)
t_img_src
Type
text
Sample
                       
xlong
               

No description available for this field.

Name (identifier)
xlong
Type
decimal
Sample
                       
ylat
               

No description available for this field.

Name (identifier)
ylat
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"united-states-wind-turbine-database",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/united-states-wind-turbine-database"
      }
    ]
    ,
  • "definitions":
    {
    • "united-states-wind-turbine-database":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/united-states-wind-turbine-database_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"
            }
          }
        }
        ,
      • "united-states-wind-turbine-database_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":""
                }
                ,
              • "case_id":
                {
                • "type":"integer",
                • "title":"case_id",
                • "description":""
                }
                ,
              • "faa_ors":
                {
                • "type":"string",
                • "title":"faa_ors",
                • "description":""
                }
                ,
              • "faa_asn":
                {
                • "type":"string",
                • "title":"faa_asn",
                • "description":""
                }
                ,
              • "usgs_pr_id":
                {
                • "type":"integer",
                • "title":"usgs_pr_id",
                • "description":""
                }
                ,
              • "eia_id":
                {
                • "type":"integer",
                • "title":"eia_id",
                • "description":""
                }
                ,
              • "t_state":
                {
                • "type":"string",
                • "title":"t_state",
                • "description":""
                }
                ,
              • "t_county":
                {
                • "type":"string",
                • "title":"t_county",
                • "description":""
                }
                ,
              • "t_fips":
                {
                • "type":"string",
                • "title":"t_fips",
                • "description":""
                }
                ,
              • "p_name":
                {
                • "type":"string",
                • "title":"p_name",
                • "description":""
                }
                ,
              • "p_year":
                {
                • "type":"integer",
                • "title":"p_year",
                • "description":""
                }
                ,
              • "p_tnum":
                {
                • "type":"integer",
                • "title":"p_tnum",
                • "description":""
                }
                ,
              • "p_cap":
                {
                • "type":"number",
                • "title":"p_cap",
                • "description":""
                }
                ,
              • "t_manu":
                {
                • "type":"string",
                • "title":"t_manu",
                • "description":""
                }
                ,
              • "t_model":
                {
                • "type":"string",
                • "title":"t_model",
                • "description":""
                }
                ,
              • "t_cap":
                {
                • "type":"integer",
                • "title":"t_cap",
                • "description":""
                }
                ,
              • "t_hh":
                {
                • "type":"number",
                • "title":"t_hh",
                • "description":""
                }
                ,
              • "t_rd":
                {
                • "type":"number",
                • "title":"t_rd",
                • "description":""
                }
                ,
              • "t_rsa":
                {
                • "type":"number",
                • "title":"t_rsa",
                • "description":""
                }
                ,
              • "t_ttlh":
                {
                • "type":"number",
                • "title":"t_ttlh",
                • "description":""
                }
                ,
              • "t_retrofit":
                {
                • "type":"integer",
                • "title":"t_retrofit",
                • "description":""
                }
                ,
              • "t_retro_yr":
                {
                • "type":"integer",
                • "title":"t_retro_yr",
                • "description":""
                }
                ,
              • "t_offshore":
                {
                • "type":"integer",
                • "title":"t_offshore",
                • "description":""
                }
                ,
              • "t_conf_atr":
                {
                • "type":"integer",
                • "title":"t_conf_atr",
                • "description":""
                }
                ,
              • "t_conf_loc":
                {
                • "type":"integer",
                • "title":"t_conf_loc",
                • "description":""
                }
                ,
              • "t_img_date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"t_img_date",
                • "description":""
                }
                ,
              • "t_img_src":
                {
                • "type":"string",
                • "title":"t_img_src",
                • "description":""
                }
                ,
              • "xlong":
                {
                • "type":"number",
                • "title":"xlong",
                • "description":""
                }
                ,
              • "ylat":
                {
                • "type":"number",
                • "title":"ylat",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets