[FEATURE]: Rename spatial_avg.py
to spatial.py
#206
Labels
type: enhancement
New enhancement request
spatial_avg.py
to spatial.py
#206
Is your feature request related to a problem?
While working on #107, I noticed that I was adding temporal functions/methods to
temporal_avg.py
that weren't directly related to theTemporalAverageAccessor
class. For example, theTemporalAverageAccessor.center_times()
should actually just be a standalone function that lives in the.py
module.I ended up renaming the file from
temporal_avg.py
totemporal.py
to store all temporal related functions and classes.If we want to group functionality based on axes/dimensions, we should also rename
spatial_avg.py
tospatial.py
.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: