Line 4... |
Line 4... |
4 |
*/
|
4 |
*/
|
5 |
class Sauvages extends EfloreScript {
|
5 |
class Sauvages extends EfloreScript {
|
6 |
private $contenu_fichier = array();
|
6 |
private $contenu_fichier = array();
|
7 |
protected $parametres_autorises = array(
|
7 |
protected $parametres_autorises = array(
|
8 |
'-f' => array(true, true, 'Nom du fichier ou du dossier à traiter'));
|
8 |
'-f' => array(true, true, 'Nom du fichier ou du dossier à traiter'));
|
- |
|
9 |
private $caracteresAccentues = array(
|
- |
|
10 |
'À', 'Á', 'Â', 'Ã', 'Ä', 'Å', 'Æ', 'Ç', 'È', 'É', 'Ê', 'Ë', 'Ì', 'Í', 'Î',
|
- |
|
11 |
'Ï', 'Ð', 'Ñ', 'Ò', 'Ó', 'Ô', 'Õ', 'Ö', 'Ø', 'Ù', 'Ú', 'Û', 'Ü', 'Ý', 'ß',
|
- |
|
12 |
'à', 'á', 'â', 'ã', 'ä', 'å', 'æ', 'ç', 'è', 'é', 'ê', 'ë', 'ì', 'í', 'î',
|
- |
|
13 |
'ï', 'ñ', 'ò', 'ó', 'ô', 'õ', 'ö', 'ø', 'ù', 'ú', 'û', 'ü', 'ý', 'ÿ', 'Ā',
|
- |
|
14 |
'ā', 'Ă', 'ă', 'Ą', 'ą', 'Ć', 'ć', 'Ĉ', 'ĉ', 'Ċ', 'ċ', 'Č', 'č', 'Ď', 'ď',
|
- |
|
15 |
'Đ', 'đ', 'Ē', 'ē', 'Ĕ', 'ĕ', 'Ė', 'ė', 'Ę', 'ę', 'Ě', 'ě', 'Ĝ', 'ĝ', 'Ğ',
|
- |
|
16 |
'ğ', 'Ġ', 'ġ', 'Ģ', 'ģ', 'Ĥ', 'ĥ', 'Ħ', 'ħ', 'Ĩ', 'ĩ', 'Ī', 'ī', 'Ĭ', 'ĭ',
|
- |
|
17 |
'Į', 'į', 'İ', 'ı', 'IJ', 'ij', 'Ĵ', 'ĵ', 'Ķ', 'ķ', 'Ĺ', 'ĺ', 'Ļ', 'ļ', 'Ľ',
|
- |
|
18 |
'ľ', 'Ŀ', 'ŀ', 'Ł', 'ł', 'Ń', 'ń', 'Ņ', 'ņ', 'Ň', 'ň', 'ʼn', 'Ō', 'ō', 'Ŏ',
|
- |
|
19 |
'ŏ', 'Ő', 'ő', 'Œ', 'œ', 'Ŕ', 'ŕ', 'Ŗ', 'ŗ', 'Ř', 'ř', 'Ś', 'ś', 'Ŝ', 'ŝ',
|
- |
|
20 |
'Ş', 'ş', 'Š', 'š', 'Ţ', 'ţ', 'Ť', 'ť', 'Ŧ', 'ŧ', 'Ũ', 'ũ', 'Ū', 'ū', 'Ŭ',
|
- |
|
21 |
'ŭ', 'Ů', 'ů', 'Ű', 'ű', 'Ų', 'ų', 'Ŵ', 'ŵ', 'Ŷ', 'ŷ', 'Ÿ', 'Ź', 'ź', 'Ż',
|
- |
|
22 |
'ż', 'Ž', 'ž', 'ſ', 'ƒ', 'Ơ', 'ơ', 'Ư', 'ư', 'Ǎ', 'ǎ', 'Ǐ', 'ǐ', 'Ǒ', 'ǒ',
|
- |
|
23 |
'Ǔ', 'ǔ', 'Ǖ', 'ǖ', 'Ǘ', 'ǘ', 'Ǚ', 'ǚ', 'Ǜ', 'ǜ', 'Ǻ', 'ǻ', 'Ǽ', 'ǽ', 'Ǿ', 'ǿ');
|
- |
|
24 |
private $caracteresNormaux = array(
|
- |
|
25 |
'A', 'A', 'A', 'A', 'A', 'A', 'AE', 'C', 'E', 'E', 'E', 'E', 'I', 'I', 'I',
|
- |
|
26 |
'I', 'D', 'N', 'O', 'O', 'O', 'O', 'O', 'O', 'U', 'U', 'U', 'U', 'Y', 's',
|
- |
|
27 |
'a', 'a', 'a', 'a', 'a', 'a', 'ae', 'c', 'e', 'e', 'e', 'e', 'i', 'i', 'i',
|
- |
|
28 |
'i', 'n', 'o', 'o', 'o', 'o', 'o', 'o', 'u', 'u', 'u', 'u', 'y', 'y', 'A', 'a',
|
- |
|
29 |
'A', 'a', 'A', 'a', 'C', 'c', 'C', 'c', 'C', 'c', 'C', 'c', 'D', 'd', 'D', 'd',
|
- |
|
30 |
'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'E', 'e', 'G', 'g', 'G', 'g', 'G', 'g',
|
- |
|
31 |
'G', 'g', 'H', 'h', 'H', 'h', 'I', 'i', 'I', 'i', 'I', 'i', 'I', 'i', 'I', 'i',
|
- |
|
32 |
'IJ', 'ij', 'J', 'j', 'K', 'k', 'L', 'l', 'L', 'l', 'L', 'l', 'L', 'l', 'l', 'l',
|
- |
|
33 |
'N', 'n', 'N', 'n', 'N', 'n', 'n', 'O', 'o', 'O', 'o', 'O', 'o', 'OE', 'oe', 'R',
|
- |
|
34 |
'r', 'R', 'r', 'R', 'r', 'S', 's', 'S', 's', 'S', 's', 'S', 's', 'T', 't', 'T', 't',
|
- |
|
35 |
'T', 't', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'W', 'w', 'Y',
|
- |
|
36 |
'y', 'Y', 'Z', 'z', 'Z', 'z', 'Z', 'z', 's', 'f', 'O', 'o', 'U', 'u', 'A', 'a', 'I',
|
- |
|
37 |
'i', 'O', 'o', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'U', 'u', 'A', 'a', 'AE', 'ae', 'O', 'o');
|
Line 9... |
Line 38... |
9 |
|
38 |
|
10 |
public function executer() {
|
39 |
public function executer() {
|
11 |
// Lancement de l'action demandée
|
40 |
// Lancement de l'action demandée
|
12 |
try {
|
41 |
try {
|
Line 32... |
Line 61... |
32 |
}
|
61 |
}
|
33 |
}
|
62 |
}
|
Line 34... |
Line 63... |
34 |
|
63 |
|
35 |
public function creerXmlCriteres() {
|
64 |
public function creerXmlCriteres() {
|
36 |
$this->recupererContenuFichier();
|
65 |
$this->recupererContenuFichier();
|
37 |
$criteres_label = $this->contenu_fichier[0];
|
66 |
$criteres_nom = $this->contenu_fichier[0];
|
38 |
unset($this->contenu_fichier[0]);
|
67 |
unset($this->contenu_fichier[0]);
|
39 |
$description_label = $this->contenu_fichier[1];
|
68 |
$criteres_label = $this->contenu_fichier[1];
|
- |
|
69 |
unset($this->contenu_fichier[1]);
|
- |
|
70 |
$description_label = $this->contenu_fichier[2];
|
40 |
unset($this->contenu_fichier[1]);
|
71 |
unset($this->contenu_fichier[2]);
|
41 |
$criteres_valeurs = $this->extraireValeurs();
|
72 |
$criteres_valeurs = $this->extraireValeurs();
|
42 |
$xml = $this->$formerXmlCriteres($criteres_label, $description_label, $criteres_valeurs);//print_r($xml);
|
73 |
$xml = $this->formerXmlCriteres($criteres_nom, $criteres_label, $description_label, $criteres_valeurs);//print_r($xml);
|
43 |
file_put_contents("./xml_criteres.xml", $xml);
|
74 |
file_put_contents("./xml_criteres.xml", $xml);
|
Line 44... |
Line 75... |
44 |
}
|
75 |
}
|
45 |
|
76 |
|
46 |
|
77 |
|
47 |
public function formerXmlCriteres($label, $description, $valeurs) {
|
78 |
public function formerXmlCriteres($nom, $label, $description, $valeurs) {
|
48 |
$xml='<keys>
|
79 |
$xml='<keys>
|
49 |
<groupe id="1">
|
80 |
<groupe id="1">
|
Line 56... |
Line 87... |
56 |
<label>'.$criteres.'</label>
|
87 |
<label>'.$criteres.'</label>
|
57 |
<description>'.$description[$id].'</description>
|
88 |
<description>'.$description[$id].'</description>
|
58 |
<valeurs>';
|
89 |
<valeurs>';
|
59 |
foreach ($valeurs[$id] as $id_val=>$valeur) {
|
90 |
foreach ($valeurs[$id] as $id_val=>$valeur) {
|
60 |
if ($valeur != "0") {
|
91 |
if ($valeur != "0") {
|
61 |
$crit = explode(" ", $criteres);
|
92 |
$crit = str_replace(" ", "_", $this->supprimerAccents($nom[$id]));
|
62 |
$val = explode(" ", $valeur);
|
93 |
$val = str_replace(" ", "_", $this->supprimerAccents($valeur));
|
63 |
$image = $crit[0]."_".$val[0];
|
94 |
$image = $crit."_".$val;
|
64 |
$xml .= '<valeur code="1.'.$id.'.'.$id_val.'" media="images/pictos/'.$image.'.png">'.$valeur.'</valeur>';
|
95 |
$xml .= '<valeur code="1.'.$id.'.'.$id_val.'" media="images/pictos/'.$image.'.png">'.$valeur.'</valeur>';
|
65 |
}
|
96 |
}
|
66 |
}
|
97 |
}
|
67 |
$xml .= '</valeurs></critere>';
|
98 |
$xml .= '</valeurs></critere>';
|
68 |
}
|
99 |
}
|
Line 91... |
Line 122... |
91 |
public function creerXmlTaxons() {
|
122 |
public function creerXmlTaxons() {
|
92 |
$this->recupererContenuFichier();
|
123 |
$this->recupererContenuFichier();
|
93 |
$criteres_label = array_flip($this->contenu_fichier[0]);
|
124 |
$criteres_label = array_flip($this->contenu_fichier[0]);
|
94 |
unset($this->contenu_fichier[0]);
|
125 |
unset($this->contenu_fichier[0]);
|
95 |
unset($this->contenu_fichier[1]);
|
126 |
unset($this->contenu_fichier[1]);
|
- |
|
127 |
unset($this->contenu_fichier[2]);
|
96 |
$criteres_valeurs = $this->extraireValeurs();
|
128 |
$criteres_valeurs = $this->extraireValeurs();
|
97 |
$xml = $this->formerXmlTaxons($criteres_label, $criteres_valeurs); //print_r($xml);
|
129 |
$xml = $this->formerXmlTaxons($criteres_label, $criteres_valeurs); //print_r($xml);
|
98 |
file_put_contents("./xml_taxons.xml", $xml);
|
130 |
file_put_contents("./xml_taxons.xml", $xml);
|
99 |
}
|
131 |
}
|
Line 128... |
Line 160... |
128 |
$info = array("description" => "", "images" => array());
|
160 |
$info = array("description" => "", "images" => array());
|
129 |
$reponse = $this->consulterWebService($rest, "bdtfx", "taxons", "?masque=".urlencode(rtrim($ns)));
|
161 |
$reponse = $this->consulterWebService($rest, "bdtfx", "taxons", "?masque=".urlencode(rtrim($ns)));
|
130 |
if (is_array($reponse["resultat"])) {
|
162 |
if (is_array($reponse["resultat"])) {
|
131 |
$id = key($reponse["resultat"]);
|
163 |
$id = key($reponse["resultat"]);
|
132 |
} else {
|
164 |
} else {
|
133 |
$reponse = $this->consulterWebService($rest, "bdtfx", "noms", "??retour.champs=nom_retenu.id&masque=".urlencode(rtrim($ns)));
|
165 |
$reponse = $this->consulterWebService($rest, "bdtfx", "noms", "?retour.champs=nom_retenu.id&masque=".urlencode(rtrim($ns)));
|
134 |
if (is_array($reponse["resultat"])) {
|
166 |
if (is_array($reponse["resultat"])) {
|
135 |
$id = $reponse["resultat"][key($reponse["resultat"])]["nom_retenu.id"];
|
167 |
$id = $reponse["resultat"][key($reponse["resultat"])]["nom_retenu.id"];
|
136 |
}
|
168 |
}
|
137 |
}
|
169 |
}
|
138 |
$reponse = $this->consulterWebService($rest, "coste", "textes", "/bdtfx.nn:".$id);
|
170 |
$reponse = $this->consulterWebService($rest, "coste", "textes", "/bdtfx.nn:".$id);
|
139 |
if ($reponse['texte'] != ""){
|
171 |
if ($reponse['texte'] != ""){
|
140 |
$info["description"] = str_replace("**", "", $reponse['texte']);
|
172 |
$texte = str_replace("**", "", $reponse['texte']);
|
- |
|
173 |
$texte = str_replace("//", "", $texte);
|
- |
|
174 |
$texte = explode(" – ", $texte);
|
- |
|
175 |
unset($texte[0],$texte[1]);
|
- |
|
176 |
if (strpos($texte[2], ";") === false) {unset($texte[2]);} else {print_r($texte[2]);}
|
- |
|
177 |
|
- |
|
178 |
if (preg_match('/^[\w|\s|\-|,]*\.*\s*$/', $texte[2]) == true) {print_r($texte[2]); unset($texte[2]);}
|
141 |
$info["description"] = str_replace("//", "", $info["description"]);
|
179 |
$info["description"] = implode(" – ", $texte);
|
142 |
} else {
|
180 |
} else {
|
143 |
$reponse = $this->consulterWebService($rest, "baseflor", "informations", "/bdtfx.nn:".$id);
|
181 |
$reponse = $this->consulterWebService($rest, "baseflor", "informations", "/bdtfx.nn:".$id);
|
144 |
$info["description"] = $this->formaterBaseflor($reponse);
|
182 |
$info["description"] = $this->formaterBaseflor($reponse);
|
145 |
}
|
183 |
}
|
146 |
$reponse = $this->consulterWebService($rest, "cel", "images", "?navigation.limite=5&retour.format=CRS&masque.nn=".$id);
|
184 |
$reponse = $this->consulterWebService($rest, "cel", "images", "?navigation.limite=5&retour.format=CRS&masque.nn=".$id);
|
Line 149... |
Line 187... |
149 |
}
|
187 |
}
|
Line 150... |
Line 188... |
150 |
|
188 |
|
151 |
private function formaterBaseflor($reponse) {
|
189 |
private function formaterBaseflor($reponse) {
|
152 |
$description = "En cours de rédaction.";
|
190 |
$description = "En cours de rédaction.";
|
153 |
if ($reponse["idiotaxon"] != "") {
|
- |
|
154 |
$description = $reponse["idiotaxon"]." – ".
|
191 |
if ($reponse["idiotaxon"] != "") {
|
155 |
"Formation végétale : ".$reponse["form_vegetale"]."; ".
|
192 |
$description = "Formation végétale : ".$reponse["form_vegetale"]."; ".
|
156 |
"Inflorescence : ".$reponse["inflorescence"]."; ".
|
193 |
"Inflorescence : ".$reponse["inflorescence"]."; ".
|
157 |
"Couleur de la fleur : ".$reponse["couleur_fleur"]."; ".
|
194 |
"Couleur de la fleur : ".$reponse["couleur_fleur"]."; ".
|
158 |
"Sexualité : ".$reponse["sexualite"]."; ".
|
195 |
"Sexualité : ".$reponse["sexualite"]."; ".
|
159 |
"Fruit : ".$reponse["fruit"]."; ".
|
196 |
"Fruit : ".$reponse["fruit"]."; ".
|
Line 193... |
Line 230... |
193 |
}
|
230 |
}
|
194 |
} else {
|
231 |
} else {
|
195 |
$this->traiterErreur("Le fichier : $nomFichier n'existe pas.");
|
232 |
$this->traiterErreur("Le fichier : $nomFichier n'existe pas.");
|
196 |
}
|
233 |
}
|
197 |
}
|
234 |
}
|
- |
|
235 |
|
- |
|
236 |
public function supprimerAccents($chaine) {
|
- |
|
237 |
return str_replace($this->caracteresAccentues, $this->caracteresNormaux, $chaine);
|
- |
|
238 |
}
|
198 |
}
|
239 |
}
|
199 |
?>
|
240 |
?>
|
200 |
|
241 |
|