SynCover is a real-time converter of geophysical data in asc/mseed format.
Simply clone the repository and run the main file:
# git clone
git clone https://github.com/ZiCode0/SynCover.git
cd MeteoCom
# create python virtual environment
python -m venv .venv
# enter venv, linux:
source .venv/bin/activate # windows: .venv\\Scripts\\activate.bat
# install dependencies
pip install -r requirements.txt
# Copy and edit config file(example/config.json) to root project folder
cp example/config.json .
# run script
python main.pyExample json config file: example/config.json
Start SynCover.bat file.
Enter venv and start the program:
source .venv/bin/activate
python main.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.