Return to search results
WIND Toolkit Offshore Summary Dataset
This dataset contains summary statistics for offshore wind resources for the continental United States derived from the Wind Integration National Datatset (WIND) Toolkit. These data are available in two formats:
GDB - Compressed geodatabases containing statistical summaries aligned with lease blocks (aliquots) stored in a GIS format. These data are partitioned into Pacific, Atlantic, and Gulf resource regions.
HDF5 - Statistical summaries of all points in the offshore Pacific, Atlantic, and Gulf offshore regions. These data are located on the original WIND Toolkit grid and have not been reassigned or downsampled to lease blocks.
These data were developed under contract by NREL for the Bureau of Oceanic Energy Management (BOEM).
Complete Metadata
| @type | dcat:Dataset |
|---|---|
| accessLevel | public |
| bureauCode |
[
"019:20"
]
|
| contactPoint |
{
"fn": "Caleb Phillips",
"@type": "vcard:Contact",
"hasEmail": "mailto:Caleb.Phillips@nrel.gov"
}
|
| dataQuality |
true
|
| description | This dataset contains summary statistics for offshore wind resources for the continental United States derived from the Wind Integration National Datatset (WIND) Toolkit. These data are available in two formats: GDB - Compressed geodatabases containing statistical summaries aligned with lease blocks (aliquots) stored in a GIS format. These data are partitioned into Pacific, Atlantic, and Gulf resource regions. HDF5 - Statistical summaries of all points in the offshore Pacific, Atlantic, and Gulf offshore regions. These data are located on the original WIND Toolkit grid and have not been reassigned or downsampled to lease blocks. These data were developed under contract by NREL for the Bureau of Oceanic Energy Management (BOEM). |
| distribution |
[
{
"@type": "dcat:Distribution",
"title": "Format:
The all.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 1, 61368 ) / ( 1, 61368 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary.
Each of the remaining datasets contains a vector of 581,777 elements. Each element corresponds to the data for a given grid location in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669540-all.h5",
"mediaType": "application/octet-stream",
"description": "Format:
The all.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 1, 61368 ) / ( 1, 61368 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 1 ) / ( 581777, 1 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary.
Each of the remaining datasets contains a vector of 581,777 elements. Each element corresponds to the data for a given grid location in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
"
},
{
"@type": "dcat:Distribution",
"title": "Hourly statistics for all locations across 7 years data.
Format:
The hour.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 24, 2557 ) / ( 24, 2557 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 24 hours.
Each of the remaining datasets contains a matrix of size 24 x 581,777 elements. Each of the 24 rows corresponds to the data for a given grid location for each of the 24 hours in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669540-hour.h5",
"mediaType": "application/octet-stream",
"description": "Hourly statistics for all locations across 7 years data.
Format:
The hour.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 24, 2557 ) / ( 24, 2557 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 24 ) / ( 581777, 24 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 24 hours.
Each of the remaining datasets contains a matrix of size 24 x 581,777 elements. Each of the 24 rows corresponds to the data for a given grid location for each of the 24 hours in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
"
},
{
"@type": "dcat:Distribution",
"title": "Monthly statistics for all locations across 7 years data.
Format:
The month.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 12, 5208 ) / ( 12, 5208 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 12 months (January - December).
Each of the remaining datasets contains a matrix of size 12 x 581,777 elements. Each of the 12 rows corresponds to the data for a given grid location for each of the 12 months in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669540-month.h5",
"mediaType": "application/octet-stream",
"description": "Monthly statistics for all locations across 7 years data.
Format:
The month.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 12, 5208 ) / ( 12, 5208 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 12 ) / ( 581777, 12 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 12 months (January - December).
Each of the remaining datasets contains a matrix of size 12 x 581,777 elements. Each of the 12 rows corresponds to the data for a given grid location for each of the 12 months in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics
"
},
{
"@type": "dcat:Distribution",
"title": "Compressed Geodatabase containing full monthly and hourly statistical data for all Atlantic offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
",
"format": "
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669847-NREL_HourlyWind_Atlantic_2017_01_22.gdb.zip",
"mediaType": "application/octet-stream",
"description": "Compressed Geodatabase containing full monthly and hourly statistical data for all Atlantic offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
"
},
{
"@type": "dcat:Distribution",
"title": "Compressed Geodatabase containing full monthly and hourly statistical data for all Gulf of Mexico offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
",
"format": "
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669847-NREL_HourlyWind_Gulf_2017_01_22.gdb.zip",
"mediaType": "application/octet-stream",
"description": "Compressed Geodatabase containing full monthly and hourly statistical data for all Gulf of Mexico offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
"
},
{
"@type": "dcat:Distribution",
"title": "Compressed Geodatabase containing full monthly and hourly statistical data for all Pacific offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
",
"format": "
",
"accessURL": "https://data.nrel.gov/system/files/70/1711669847-NREL_HourlyWind_Pacific_2017_01_22.gdb.zip",
"mediaType": "application/octet-stream",
"description": "Compressed Geodatabase containing full monthly and hourly statistical data for all Pacific offshore points, centered on actual lease blocks (aliquots).
Format:
The data is available in a zipped geodatabase (gdb) containing statistics for the entire 7 year duration at all WIND toolkit locations. It can be opened with GIS software (e.g., QGIS).
"
},
{
"@type": "dcat:Distribution",
"title": "Monthly-Hourly statistics for all locations across 7 years data.
Format:
The mohr.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 288, 217 ) / ( 288, 217 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 12 months x 24 hours (hence, 1 to 288):
index = (hour-1)*24 + month
Each of the remaining datasets contains a matrix of size 288 x 581,777 elements. Each of the 288 rows corresponds to the data for a given grid location for each of the 288 month/hour combinations in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics",
"accessURL": "https://data.nrel.gov/system/files/70/1711670965-mohr.h5",
"mediaType": "application/octet-stream",
"description": "Monthly-Hourly statistics for all locations across 7 years data.
Format:
The mohr.h5 HDF5 file contains the following datasets:
GROUP "/" {
DATASET "datetime" {
DATATYPE H5T_STRING {
STRSIZE 14;
STRPAD H5T_STR_NULLPAD;
CSET H5T_CSET_ASCII;
CTYPE H5T_C_S1;
}
DATASPACE SIMPLE { ( 288, 217 ) / ( 288, 217 ) }
}
DATASET "latitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "longitude" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777 ) / ( 581777 ) }
}
DATASET "mean" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "n" {
DATATYPE H5T_STD_I32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "std" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
DATASET "wk" {
DATATYPE H5T_IEEE_F32LE
DATASPACE SIMPLE { ( 581777, 288 ) / ( 581777, 288 ) }
}
}
The datetime dataset provides the set of hourly time slices (formatted as YYYYMMDDHHMMSS strings) used to construct this statistical summary for each of the 12 months x 24 hours (hence, 1 to 288):
index = (hour-1)*24 + month
Each of the remaining datasets contains a matrix of size 288 x 581,777 elements. Each of the 288 rows corresponds to the data for a given grid location for each of the 288 month/hour combinations in the masked offshore area of the full WIND Toolkit:
latitude and longitude - the location in the EPSG:4326 projection for that grid point
mean - the mean windspeed at 100 meters in m/s
std - the standard deviation of the windspeed at 100 meters in m/s
wk - the Weibull k parameter of the windspeed at 100 meters in m/s
n - the number of data points used to calculate the statistics"
}
]
|
| identifier | https://data.openei.org/submissions/8164 |
| issued | 2017-07-21T21:41:04Z |
| keyword |
[
"Atlantic",
"BOEM",
"Bureau of Oceanic Energy Management",
"GIS",
"Gulf",
"HD5F",
"Pacific",
"RE",
"Toolkit",
"United States",
"energy system integration",
"geodatabases",
"offshore",
"renewable energy",
"wind",
"wind integration"
]
|
| landingPage | https://data.nrel.gov/submissions/70 |
| license | https://creativecommons.org/licenses/by/4.0/ |
| modified | 2024-12-18T17:36:27Z |
| programCode |
[
"019:000",
"019:010",
"019:023"
]
|
| projectNumber | FY14 AOP 2.7.0.1 |
| projectTitle | Creation of the Wind Integration National Dataset (WIND) Toolkit and API |
| publisher |
{
"name": "National Renewable Energy Laboratory",
"@type": "org:Organization"
}
|
| title | WIND Toolkit Offshore Summary Dataset |