gwexpy.interop.json_
Functions
|
Create TimeSeries from a dictionary. |
|
Create TimeSeries from a JSON string. |
|
Convert TimeSeries to a dictionary. |
|
Convert TimeSeries to a JSON string. |
- gwexpy.interop.json_.to_json(ts)[source]
Convert TimeSeries to a JSON string. Includes data and basic metadata.
- gwexpy.interop.json_.to_dict(ts)[source]
Convert TimeSeries to a dictionary.
- gwexpy.interop.json_.from_json(cls, json_str)[source]
Create TimeSeries from a JSON string.
- gwexpy.interop.json_.from_dict(cls, data_dict)[source]
Create TimeSeries from a dictionary.