Line 330... |
Line 330... |
330 |
-- -----------------------------------------------------
|
330 |
-- -----------------------------------------------------
|
331 |
-- View `cel_tapir`
|
331 |
-- View `cel_tapir`
|
332 |
-- -----------------------------------------------------
|
332 |
-- -----------------------------------------------------
|
333 |
DROP VIEW IF EXISTS `cel_tapir` ;
|
333 |
DROP VIEW IF EXISTS `cel_tapir` ;
|
334 |
DROP TABLE IF EXISTS `cel_tapir`;
|
334 |
DROP TABLE IF EXISTS `cel_tapir`;
|
335 |
CREATE OR REPLACE VIEW `cel_tapir` AS
|
335 |
CREATE VIEW `cel_tapir` AS
|
336 |
select concat(_utf8'urn:lsid:tela-botanica.org:cel:',`o`.`id_observation`) AS `guid`,
|
336 |
select concat(_utf8'urn:lsid:tela-botanica.org:cel:',`o`.`id_observation`) AS `guid`,
|
337 |
`o`.`id_observation` AS `observation_id`,
|
337 |
`o`.`id_observation` AS `observation_id`,
|
338 |
date_format(`o`.`date_observation`,'%Y-%m-%d') AS `observation_date`,
|
338 |
date_format(`o`.`date_observation`,'%Y-%m-%d') AS `observation_date`,
|
339 |
`o`.`nom_sel` AS `nom_scientifique_complet`,
|
339 |
`o`.`nom_sel` AS `nom_scientifique_complet`,
|
340 |
`o`.`nom_sel_nn` AS `nom_num_nomenclatural`,
|
340 |
`o`.`nom_sel_nn` AS `nom_num_nomenclatural`,
|
341 |
`o`.`nt` AS `nom_num_taxonomique`,
|
341 |
`o`.`nt` AS `nom_num_taxonomique`,
|
342 |
`o`.`famille` AS `nom_famille`,
|
342 |
`o`.`famille` AS `nom_famille`,
|
343 |
concat(_utf8'',`zg`.`nom`,' [INSEE:',`zg`.`code`,']') AS `lieu_commune_nom_complet`,
|
343 |
concat(_utf8'',`zg`.`nom`,' [INSEE:',`zg`.`code`,']') AS `lieu_commune_nom_complet`,
|
344 |
`zg`.`nom` AS `lieu_commune_nom`,
|
344 |
`zg`.`nom` AS `lieu_commune_nom`,
|
345 |
`zg`.`code` AS `lieu_commune_code_insee`,
|
345 |
`zg`.`code` AS `lieu_commune_code_insee`,
|
346 |
if((`zg`.`code` <> ''), 'Lion1906 version 26-05-2008 - http://www.lion1906.com/', NULL) AS `lieu_commune_source`,
|
346 |
if((`zg`.`code` <> ''), 'Lion1906 version 26-05-2008 - http://www.lion1906.com/', NULL) AS `lieu_commune_source`,
|
347 |
format(if((`o`.`latitude` <> ''), `o`.`latitude`, `zg`.`wgs84_latitude`), 5) AS `lieu_latitude`,
|
347 |
format(if((`o`.`latitude` <> ''), `o`.`latitude`, `zg`.`wgs84_latitude`), 5) AS `lieu_latitude`,
|
348 |
format(if((`o`.`longitude` <> ''), `o`.`longitude`, `zg`.`wgs84_longitude`), 5) AS `lieu_longitude`,
|
348 |
format(if((`o`.`longitude` <> ''), `o`.`longitude`, `zg`.`wgs84_longitude`), 5) AS `lieu_longitude`,
|
349 |
`o`.`geodatum` AS `lieu_geodatum`,
|
349 |
`o`.`geodatum` AS `lieu_geodatum`,
|
350 |
if((`o`.`geodatum` <> ''), 'Coordonnées issues de l''utilisation de Google Map', NULL) AS `lieu_georeference_source`,
|
350 |
if((`o`.`geodatum` <> ''), 'Coordonnées issues de l''utilisation de Google Map', NULL) AS `lieu_georeference_source`,
|
351 |
`o`.`lieudit` AS `lieu_localite`,
|
351 |
`o`.`lieudit` AS `lieu_localite`,
|
352 |
`o`.`prenom_utilisateur` AS `observateur_prenom`,
|
352 |
`o`.`prenom_utilisateur` AS `observateur_prenom`,
|
353 |
`o`.`nom_utilisateur` AS `observateur_nom`,
|
353 |
`o`.`nom_utilisateur` AS `observateur_nom`,
|
354 |
`o`.`courriel_utilisateur` AS `observateur_courriel`,
|
354 |
concat(_utf8'',substring_index(`o`.`courriel_utilisateur`,'@',1), '@...') AS `observateur_courriel`,
|
355 |
concat(`o`.`prenom_utilisateur`,_utf8' ',`o`.`nom_utilisateur`) AS `observateur_nom_complet`,
|
355 |
concat(`o`.`prenom_utilisateur`,_utf8' ',`o`.`nom_utilisateur`) AS `observateur_nom_complet`,
|
356 |
concat_ws(' ',`o`.`prenom_utilisateur`,`o`.`nom_utilisateur`,concat('<',`o`.`courriel_utilisateur`,'>')) AS `observateur_intitule`,
|
356 |
concat_ws(' ',`o`.`prenom_utilisateur`,`o`.`nom_utilisateur`,concat('<',concat(_utf8'',substring_index(`o`.`courriel_utilisateur`,'@',1), '@...'),'>')) AS `observateur_intitule`,
|
357 |
`o`.`commentaire` AS `observation_commentaire`,
|
357 |
`o`.`commentaire` AS `observation_commentaire`,
|
358 |
concat(_utf8'nom_num_nomenclatural=',`o`.`nom_sel_nn`,'; ',
|
358 |
concat(_utf8'nom_num_nomenclatural=',`o`.`nom_sel_nn`,'; ',
|
359 |
'nom_ret=',encodeToDcsv(`o`.`nom_ret`),'; ',
|
359 |
'nom_ret=',encodeToDcsv(`o`.`nom_ret`),'; ',
|
360 |
'nom_num_ret=',`o`.`nom_ret_nn`,'; ',
|
360 |
'nom_num_ret=',`o`.`nom_ret_nn`,'; ',
|
361 |
'nom_num_taxonomique=',`o`.`nt`,'; ',
|
361 |
'nom_num_taxonomique=',`o`.`nt`,'; ',
|
362 |
'nom_referentiel=',encodeToDcsv(`o`.`nom_referentiel`),'; ',
|
362 |
'nom_referentiel=',encodeToDcsv(`o`.`nom_referentiel`),'; ',
|
363 |
'saisie_date_transmission=',`o`.`date_transmission`,'; ',
|
363 |
'saisie_date_transmission=',`o`.`date_transmission`,'; ',
|
364 |
'saisie_date_creation=',`o`.`date_creation`,'; ',
|
364 |
'saisie_date_creation=',`o`.`date_creation`,'; ',
|
365 |
'ordre=',`o`.`ordre`,'; ',
|
365 |
'ordre=',`o`.`ordre`,'; ',
|
366 |
'station=',encodeToDcsv(`o`.`station`),'; ',
|
366 |
'station=',encodeToDcsv(`o`.`station`),'; ',
|
367 |
'milieu=',encodeToDcsv(`o`.`milieu`),'; ',
|
367 |
'milieu=',encodeToDcsv(`o`.`milieu`),'; ',
|
368 |
'mots_cles=',encodeToDcsv(`o`.`mots_cles_texte`),'; ',
|
368 |
'mots_cles=',encodeToDcsv(`o`.`mots_cles_texte`),'; ',
|
369 |
'zg_utm_secteur=',encodeToDcsv(`zg`.`utm_secteur`),'; ',
|
369 |
'zg_utm_secteur=',encodeToDcsv(`zg`.`utm_secteur`),'; ',
|
370 |
'zg_date_modification=',`zg`.`date_modification`) AS `observation_information_complement`,
|
370 |
'zg_date_modification=',`zg`.`date_modification`) AS `observation_information_complement`,
|
371 |
`o`.`date_modification` AS `saisie_date_modification`,
|
371 |
`o`.`date_modification` AS `saisie_date_modification`,
|
372 |
`o`.`date_creation` AS `saisie_date_creation`
|
372 |
`o`.`date_creation` AS `saisie_date_creation`
|
373 |
from (`cel_obs` `o`
|
373 |
from (`cel_obs` `o`
|
374 |
left join `cel_zones_geo` `zg` on((`o`.`ce_zone_geo` = `zg`.`id_zone_geo`)))
|
374 |
left join `cel_zones_geo` `zg` on((`o`.`ce_zone_geo` = `zg`.`id_zone_geo`)))
|
375 |
where `o`.`transmission` = 1
|
375 |
where `o`.`transmission` = 1
|
376 |
AND (`o`.`mots_cles_texte` NOT LIKE '%sensible%' OR `o`.`mots_cles_texte` IS NULL);
|
376 |
AND (`o`.`mots_cles_texte` NOT LIKE '%sensible%' OR `o`.`mots_cles_texte` IS NULL);
|
Line 377... |
Line 377... |
377 |
|
377 |
|
378 |
SET SQL_MODE=@OLD_SQL_MODE;
|
378 |
SET SQL_MODE=@OLD_SQL_MODE;
|
379 |
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
|
379 |
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
|