NoaaGfsWeather class
Definition
NOAA GFS forecast weather class.
NoaaGfsWeather(start_date: datetime.datetime = datetime.datetime(2018, 1, 1, 0, 0), end_date: datetime.datetime = datetime.datetime(2019, 11, 21, 20, 29, 46, 435788), cols: typing.Union[typing.List[str], NoneType] = None, limit: typing.Union[int, NoneType] = -1, enable_telemetry: bool = True)
- Inheritance
-
builtins.objectazureml.opendatasets._opendataset_factory.TabularOpenDatasetFactoryNoaaGfsWeather
Methods
get_pandas_limit() |
Get instance of pandas data load limit class. |
get_pandas_limit()
Get instance of pandas data load limit class.
get_pandas_limit()
Attributes
data
data = None
default_end_date
default_end_date = datetime.datetime(2019, 11, 21, 20, 29, 46, 435788)
default_start_date
default_start_date = datetime.datetime(2018, 1, 1, 0, 0)
fine_grain_timestamp
fine_grain_timestamp = 'currentDatetime'
id
id = 'ID'
latitude_column_name
latitude_column_name = 'latitude'
longitude_column_name
longitude_column_name = 'longitude'
mandatory_columns
mandatory_columns = ['currentDatetime', 'latitude', 'longitude']
partition_prep_func
partition_prep_func = functools.partial(<function prep_partition_datetime>, pattern=['year', 'month', 'day'])
time_column_name
time_column_name = 'currentDatetime'
Feedback
Loading feedback...