Hourly Wind Speed¶
-
class
skywiseinsight.HourlyWindSpeed¶ -
classmethod
asset(asset_uuid, start=None, end=None, unit=None, **kwargs)¶ Retrieves Hourly Wind Speed areal statistics and time series data for the specified asset.
Variables: - asset_uuid (string) – Asset UUID
- start (datetime) – Start of your query.
- end (datetime) – End of your query.
- unit (string) – ‘kph’ or ‘mph’
-
classmethod
contours(asset_uuid, valid_time=None, unit=None, **kwargs)¶ Retrieves Hourly Wind Speed contour data for the specified asset.
Variables: - asset_uuid (string) – Asset UUID
- valid_time (datetime) – The datetime you’re requesting contours for.
- unit (string) – ‘kph’ or ‘mph’
-
classmethod
location(lat, lon, start=None, end=None, unit=None, **kwargs)¶ Retrieves Hourly Wind Speed time series data for a specified point.
Variables: - lat (float) – Latitude
- lon (float) – Longitude
- start (datetime) – Start of your query.
- end (datetime) – End of your query.
- unit (string) – ‘kph’ or ‘mph’
-
classmethod