Skip to content

Falawiss/csv2kml-qc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

csv2kml-qc

This repository contains a basic python script to convert a .csv file generated by a GEOSTIX to .kml format for fast viewing on a map and quick quality checking (qc).

Table of Contents

Description

Prerequisites

Some tools need to be present on your system to run csv2kml-qc properly :

Installation

Under Linux (Ubuntu) distribution the installation procedure is as follows:

  1. Open a terminal
  2. Installing dependencies:
sudo apt-get install git python3.10
  1. Clone csv2kml-qc repository:
git clone [email protected]:Geobsys/csv2kml-qc.git
  1. Create a virtual environment:
python3.10 -m venv venv_csv2kml-qc
  1. Activate the virtual environment:
source venv_csv2kml-qc/bin/activate
  1. Install simplekml module:
pip install simplekml

Usage

To test csv2kml-qc:

  1. Access the main folder:
cd csv2kml-qc
  1. Launch the tool on the dataset example:
python3.10 src/csv_to_kml.py test/EXTENVENT.LOG
  1. Open the file test/EXTENVENT.kml on Google Earth viewer

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%