Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 242 | Rev 771 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
243 jpm 1
; Ajouter les nouvelles version à la suite dans versions et versionsDonnees.
242 jpm 2
versions = "2011_04,2012_01"
3
versionsDonnees="2011-04-05,2012-01-01"
4
dossierTsv = "{ref:dossierDonneesEflore}chorodep/{ref:versionDonnees}/"
5
dossierTsvTpl = "{ref:dossierDonneesEflore}chorodep/%s/"
6
dossierSql = "{ref:dossierDonneesEflore}chorodep/"
7
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";
8
 
9
[tables]
10
chorodepMeta = "chorodep_meta"
11
chorodepContributeurs = "chorodep_contributeurs"
12
chorodepSources = "chorodep_sources"
13
chorodepOntologies = "chorodep_ontologies"
14
chorodep = "chorodep_v{ref:version}"
15
chorodepTpl = "chorodep_v%s"
16
 
17
[fichiers]
18
structureSql = "chorodep.sql"
19
structureSqlVersion = "chorodep_v{ref:versionDonnees}.sql"
20
structureSqlVersionTpl = "chorodep_v%s.sql"
21
chorodepContributeurs = "chorodep_contributeurs.tsv"
22
chorodepSources = "chorodep_sources.tsv"
23
chorodepOntologies = "chorodep_ontologies.tsv"
24
chorodep = "chorodep_v{ref:versionDonnees}.tsv"
25
chorodepTpl = "chorodep_v%s.tsv"
26
 
27
[chemins]
28
structureSql = "{ref:dossierSql}{ref:fichiers.structureSql}"
29
structureSqlVersion = "{ref:dossierTsv}{ref:fichiers.structureSqlVersion}"
30
structureSqlVersionTpl = "{ref:dossierTsvTpl}{ref:fichiers.structureSqlVersionTpl}"
31
chorodepContributeurs = "{ref:dossierSql}{ref:fichiers.chorodepContributeurs}"
32
chorodepSources = "{ref:dossierSql}{ref:fichiers.chorodepSources}"
33
chorodepOntologies = "{ref:dossierSql}{ref:fichiers.chorodepOntologies}"
34
chorodep = "{ref:dossierTsv}{ref:fichiers.chorodep}"
35
chorodepTpl = "{ref:dossierTsvTpl}{ref:fichiers.chorodepTpl}"