mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 13:59:13 +00:00
Script pyThtoDB
This commit is contained in:
+23
-8
@@ -27,13 +27,14 @@ pyCreate_th2
|
||||
|
||||
Script pour automatiser la création des dossiers et fichiers pour un fichier .th
|
||||
|
||||
- Définir les différentes variables dans fichier config.ini
|
||||
- Création des dossiers nécessaires d'après dossier 'template'
|
||||
- Création des fichiers nécessaires : th, th2, -tot.th
|
||||
- Création des scraps avec les stations topo
|
||||
|
||||
Usage : python pyCreate_th2.py
|
||||
|
||||
Utilisation :
|
||||
- Définir les différentes variables dans fichier config.ini
|
||||
- Création des dossiers nécessaires d'après dossier 'template'
|
||||
- Création des fichiers nécessaires : th, th2, -tot.th
|
||||
- Création des scraps avec les stations topo
|
||||
|
||||
|
||||
pyThStat
|
||||
--------
|
||||
@@ -41,6 +42,20 @@ pyThStat
|
||||
Script pour calculer les statistiques des entités jonctionnées d'un fichier database (.sql) produit par Therion
|
||||
|
||||
Utilisation:
|
||||
- Exporter le fichier sql avec therion, commande therion.thconfig : export database -o Outputs/database.sql
|
||||
- Commande : python pythStat.py ./chemin/fichier.sql
|
||||
- Ou : python pythStat.py pour ouvrir une fenêtre
|
||||
- Exporter le fichier sql avec therion, commande therion.thconfig : export database -o Outputs/database.sql
|
||||
- Commande : python pythStat.py ./chemin/fichier.sql
|
||||
- Ou : python pythStat.py pour ouvrir une fenêtre
|
||||
|
||||
|
||||
pyThtoBD (développement en cours)
|
||||
--------
|
||||
|
||||
Script pour exporter une base Therion vers une base de données type Karsteau
|
||||
|
||||
Utilisation:
|
||||
- Placer des fichiers Export_bd.ini dans chacun des dossiers des cavités à exporter
|
||||
- Lancer python pyThtoDB.py, sélectionner le dossier therion à exporter
|
||||
- Résultats pour Karsteau dans le dossier /Outputs/Export_bd/
|
||||
- A venir - Importer le résultat de l'importation dans Karsteau
|
||||
|
||||
[Détails](./pyThtoBD/README.rst)
|
||||
Reference in New Issue
Block a user