Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1 - Current distribution] Meta issue #36

Open
6 of 8 tasks
ColinFay opened this issue Sep 22, 2021 · 0 comments
Open
6 of 8 tasks

[1 - Current distribution] Meta issue #36

ColinFay opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
Meta Meta issue

Comments

@ColinFay
Copy link
Collaborator

ColinFay commented Sep 22, 2021

Choose a species

  • Liste des especes : table species, colonne active == TRUE, 50630e6

Conservation Status

/**
 * 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
;

Source

Division / Rectangle

  • Ajouter un bouton pour switcher entre division et rectangle 7de9df4

Carte

@ColinFay ColinFay self-assigned this Sep 22, 2021
statnmap added a commit that referenced this issue Sep 30, 2021
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
@statnmap statnmap added the Meta Meta issue label Dec 1, 2021
@statnmap statnmap changed the title Page 1 — Content [Page 1] Meta issue Dec 1, 2021
@statnmap statnmap changed the title [Page 1] Meta issue [1 - Catch/ByCatch] Meta issue Dec 1, 2021
@statnmap statnmap changed the title [1 - Catch/ByCatch] Meta issue [1 - Current distribution] Meta issue Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta Meta issue
Projects
None yet
Development

No branches or pull requests

2 participants