Skip to content

sharkdata/codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codes

Used to handle translations of coded values.

Installation

# Linux:
git clone https://github.com/sharkdata/codes.git
cd codes
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# Windows (with example path to Python).
git clone https://github.com/sharkdata/codes.git
cd codes
C:\Python39\python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt

Run from command line

Example for Windows:

# Go to directory:
cd codes
# Activate the virtual environment for Python:
venv\Scripts\activate

# Run:
python convert_excel_to_txt.py

Contact

shark@smhi.se

About

Used to handle translations of coded values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages