Stratigraphy visualization and editing
Created on 28. 10. 2020
Peter Demján (peter.demjan@gmail.com)
Institute of Archaeology of the Czech Academy of Sciences, Prague, v.v.i.
StratVis requires Python 3 and a Windows environment. To prepare a Python virtual environment for development:
- Move to the StratVis root directory:
cd [path to local StratVis dir]
- Create the virtual environment:
python -m venv [VE dir name e.g. 've_py3']
- Activate the virtual environment:
ve_py3\Scripts\activate.bat
(Command Prompt) orve_py3\Scripts\Activate.ps1
(Powershell) - Install dependencies:
pip install -r requirements.txt
- Launch:
python stratvis.py
To exit the virtual environment: deactivate
Development of this software was supported by OP RDE, MEYS, under the project "Ultra-trace isotope research in social and environmental studies using accelerator mass spectrometry", Reg. No. CZ.02.1.01/0.0/0.0/16_019/0000728.
This code is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details