Point API

class nwsapy.endpoints.point.Point
to_df()

Not implemented for this endpoint.

to_dict()dict

Returns a dictionary with all of the attributes to the class.

Returns

Dictionary of the attributes of the class.

Return type

dictionary

to_pint(unit_registry: pint.registry.UnitRegistry)object

Returns a new self object with units using Pint. It does NOT update in-place.

Parameters

unit_registry (pint.UnitRegistry) – Your unit registry used in your application.

Returns

Dictionary with values converted to pint units.

Return type

dictionary