Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 243 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
242 jpm 1
versions = "2011_04,2012_01"
2
versionsDonnees="2011-04-05,2012-01-01"
3
dossierTsv = "{ref:dossierDonneesEflore}chorodep/{ref:versionDonnees}/"
4
dossierTsvTpl = "{ref:dossierDonneesEflore}chorodep/%s/"
5
dossierSql = "{ref:dossierDonneesEflore}chorodep/"
6
chorodepChamps = "rang, catminat, num_tax, num_nom, nom_sci, `01`, `02`, `03`, `04`, `06`, `07`, `08`, `09`, `10`, `11`, `12`, `67`, `13`, `14`, `15`, `16`, `17`, `18`, `19`, `20`, `21`, `22`, `23`, `79`, `24`, `25`, `26`, `91`, `27`, `28`, `29`, `30`, `32`, `33`, `31`, `43`, `52`, `05`, `70`, `74`, `65`, `87`, `68`, `92`, `34`, `35`, `36`, `37`, `38`, `39`, `40`, `42`, `44`, `45`, `41`, `46`, `47`, `48`, `49`, `50`, `51`, `53`, `54`, `55`, `56`, `57`, `58`, `59`, `60`, `61`, `75`, `62`, `63`, `66`, `64`, `69`, `71`, `72`, `73`, `77`, `76`, `93`, `80`, `81`, `82`, `90`, `94`, `95`, `83`, `84`, `85`, `86`, `88`, `89`, `78`, freq_abs, freq_rel, rare_nat";
7
 
8
[tables]
9
chorodepMeta = "chorodep_meta"
10
chorodepContributeurs = "chorodep_contributeurs"
11
chorodepSources = "chorodep_sources"
12
chorodepOntologies = "chorodep_ontologies"
13
chorodep = "chorodep_v{ref:version}"
14
chorodepTpl = "chorodep_v%s"
15
 
16
[fichiers]
17
structureSql = "chorodep.sql"
18
structureSqlVersion = "chorodep_v{ref:versionDonnees}.sql"
19
structureSqlVersionTpl = "chorodep_v%s.sql"
20
chorodepContributeurs = "chorodep_contributeurs.tsv"
21
chorodepSources = "chorodep_sources.tsv"
22
chorodepOntologies = "chorodep_ontologies.tsv"
23
chorodep = "chorodep_v{ref:versionDonnees}.tsv"
24
chorodepTpl = "chorodep_v%s.tsv"
25
 
26
[chemins]
27
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
28
structureSqlVersion = "{ref:dossierTsv}{ref:fichiers.structureSqlVersion}"
29
structureSqlVersionTpl = "{ref:dossierTsvTpl}{ref:fichiers.structureSqlVersionTpl}"
30
chorodepContributeurs = "{ref:dossierSql}{ref:fichiers.chorodepContributeurs}"
31
chorodepSources = "{ref:dossierSql}{ref:fichiers.chorodepSources}"
32
chorodepOntologies = "{ref:dossierSql}{ref:fichiers.chorodepOntologies}"
33
chorodep = "{ref:dossierTsv}{ref:fichiers.chorodep}"
34
chorodepTpl = "{ref:dossierTsvTpl}{ref:fichiers.chorodepTpl}"