chitakchan / noabl-wind-speed

This set of release consists for noabl wind speed data in ascii files covering united kingdom. To allow import to qgis with ease the data are extracted to a spreadsheet and with the help of a short vba program written to another set of ascii files but in ersi ascii format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noabl

objective: allow use of noabl data for appreciation of potential in wind resource across uk

deliverables: a list of files in ersi ascii raster format allow import by gis application, such as qgis

If you are like me using qgis, in order to import the raster file, say speed45raster.asc to qgis, follow the following procedure:

  1. make sure the gis is using the correct coordinate system (crs). The ersi grid raster file do not contain mapping reference data and is xy coordinate in the raster file is base on the Ordnance Survey System for British National Grid (OSGB). Hence make sure the gis is using OSGB, which authority ID is EPSG:27700.

  2. add layer Layer --> Add Layer --> Add Raster Layer --> under source/raster dataset(s), enter path/file name for the raster file say Speed45Raster.asc --> Add

  3. after the layer is added, right click the layer --> Property --> Symbology --> Band Rendering. Under band rendering, I choose singleband pseudocolor for rendering type and choose five colours for each range of wind speed. below is the outcome of the wind speed raster, juxtaimposed with wind farm locations in Scotland:

image

-- END --

About

This set of release consists for noabl wind speed data in ascii files covering united kingdom. To allow import to qgis with ease the data are extracted to a spreadsheet and with the help of a short vba program written to another set of ascii files but in ersi ascii format.


Languages

Language:AGS Script 100.0%