You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Liste des espèces avec leurs classifications IUCN
* NOUVEAU le 10/09/21
* Affichage avec la balise <br> entre chaque classification, pour page web
* La clause where n'est pas obligatoire (ici, saumon)
*/
select species_id, diadesatlas.translate(english_name, 'fr') as fish_name,
array_to_string (
array_agg(
diadesatlas.translate(iucn_classification_code, 'fr') || ': ' || diadesatlas.translate(iucn_level_name,'fr'))
, '<br>')
from diadesatlas.v_iucn
where species_id = 25
group by species_id, fish_name
;
Why
* Wintri is available for older proj version
How
* Recreate internal spatial dataset
* Modify vignette and tmap st_transform()
* Fix doc warnings
* Prepare deliverables
issue #36
Choose a species
species
, colonne active == TRUE, 50630e6Conservation Status
species
0d26d0aSource
Division / Rectangle
Carte
intégrer le code tmap 0c62a37
Mettre du cache e065348
utiliser la géométrie simplifiée de la BDD et non pas en refaire une dans l'app: Utiliser la géométrie simplifiée de la BDD #67
All images can be downloaded as static image #7
The text was updated successfully, but these errors were encountered: