Skip to content

An algorithm that computes the sliding window average over a bitemporal series.

Notifications You must be signed in to change notification settings

abdulmateen59/bitemporal-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

The solution is containerized, use the following command to see the output, and to change the input refer to script entrypoint.sh

docker build . -t bt_slider && docker run --rm -it bt_slider

The CSV file is written inside the container, the volume can be mounted to persist the output file.

Run locally

The following command can be used to run the package locally, output file will be written to data directory

python src/main.py --initial_start=2001-01-01 --end=2001-01-06 --system_time=2001-01-03 --sliding_steps=3 --sliding_delta=1

Test Cases

pytest tests -vvv

About

An algorithm that computes the sliding window average over a bitemporal series.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published