utils

module of dascore source

Utilities for dascore.

Functions

Name Description
move_max Moving maximum filter.
move_mean Moving mean filter.
move_median Moving median filter.
move_min Moving minimum filter.
move_std Moving standard deviation filter.
move_sum Moving sum filter.
moving_window Generic moving window operation with automatic engine selection.
to_datetime64 Convert an object to a datetime64.
to_timedelta64 Convert an object to timedelta64.

Modules

Name Description
array Utilities for working with patches and arrays.
array_api Utilities for working with the Python array API standard.
attrs Utils for working with attributes.
chunk Utilities for chunking dataframes.
chunk_plan Chunk planning over the flat patch relation.
coordmanager Utilities for working with coordinate managers.
deprecate A module for handling deprecations.
display Utils for displaying dascore objects.
docs Utilities for documentation.
documents Reading and writing the small YAML-or-JSON documents DASCore stores.
downloader Simple script for downloading external files.
gaps Utilities for detecting coordinate gaps and constructing cell edges.
hdf5 Utilities for working with HDF5 files (h5py-based).
imports Utilities for importing optional or expensive dependencies.
intervals Utilities for half-open intervals and the values they carry.
io Utilities for basic IO tasks.
jit Module for applying just in time compilation to speed up functions.
mapping A few mappings that might be useful.
misc Misc Utilities.
moving Unified interface for moving window operations with automatic engine selection.
namespace Utilities for binding method namespaces to objects.
patch Utilities for working with the Patch class.
paths Utilities for classifying DASCore path inputs.
pd Pandas utilities.
plotting Utilities for plotting with matplotlib.
plugins Utilities for loading plugins from Python entry points.
progress Simple interface for progress markers.
remote_io Utilities for session-scoped remote IO caching and fallback.
signal Utilities for signal processing.
tables Utilities for reading strict CSV tables.
time Utility for working with time.
transformatter Implements logic to apply formatting changes to patches from transformations.
xml Utilities for working with xml files.
models Deprecated home of DASCore’s models; import from dascore.models.
patch_assembly Execute spool views: turn member instructions into loaded patches.