From b80986009b7b1bb0f70d75a686bdee1759b9f32a Mon Sep 17 00:00:00 2001 From: Nicholas Shavers <nshavers@contractor.usgs.gov> Date: Wed, 15 Jan 2025 14:37:43 -0800 Subject: [PATCH] todo note: consider padding timeseries using timeseriesutility. (currently not implemeneted) --- geomagio/xml/XMLFactory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/geomagio/xml/XMLFactory.py b/geomagio/xml/XMLFactory.py index 9199f713..b59d6dac 100644 --- a/geomagio/xml/XMLFactory.py +++ b/geomagio/xml/XMLFactory.py @@ -134,6 +134,7 @@ class XMLFactory(TimeseriesFactory): return timeseries.merge() + # TODO: CONSIDER PADDING TIMESERIES: use TimeseriesUtility.pad_timeseries(...) # Filter channels if channels: -- GitLab