-
Notifications
You must be signed in to change notification settings - Fork 0
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
Grafiek: aantal geïntroduceerde uitheemse soorten per jaar per regio van oorsprong #46
Comments
@timadriaens @damianooldoni "per regio van oorsprong", is this variable "native range" in the data?
Also, multiple values are separated by "," or "&", not by "|" as indicated https://docs.google.com/spreadsheets/d/1LeXXbry2ArK2rngsmFjz_xErwE1KwQ8ujtvHNmTVA6E/edit#gid=808615322 |
How hard is it to translate native range into this ? analog to habitat being translated into marine, freshwater, terrestrial.
|
@damianooldoni can you look into this ? |
yes, that's one of the problems with the current checklist, in principle they should have been mapped at checklist level using the World Geographical Scheme for Recording Plant Species Distribution (WGSRPD, https://web.archive.org/web/20160125135239/http://www.nhm.ac.uk/hosted_sites/tdwg/TDWG_geo2.pdf) and the UN geoscheme (https://en.wikipedia.org/wiki/United_Nations_geoscheme) for other species. |
@SanderDevisscher: it's a long recoding and it's just tedious to write it:
@timadriaens, should we do this mapping for TrIAS indicators report as well? Or it's something you want only for RShyny visualization webpage? |
@timadriaens : I ask again our TrIAS colleagues about possibility of mapping it at checklist publication level or while unifiying the checklists. |
@damianooldoni I think very often, checklists will have more detailed (and not very standardized) information on native range. And it would be "a pitty" (and not very stimulating to the checklist owner to keep track of such detail) actually if this went lost at checklist publication level. I don't know what is the best place - and there is always the option of keeping a verbatim field - but it is us who have made the very pragmatic decision to use WGSRPD for plants and UN geoscheme for animals, these are very crude anyway. |
So in the logic of preserving as much detail in the source checklists as possible, I would say it is more something for the flow to the unified. And of course, this should first of all be in the TrIAS indicators. |
@damianooldoni what about grepl ? or a manual mapping list ? |
@SanderDevisscher : yes, a file containing the mapping seems way better. |
Is the UN Geocode scheme this one: https://en.wikipedia.org/wiki/United_Nations_geoscheme? If we're going to standardize it anyway, why not use one scheme for all? |
because the botanists wanted their own thing see this issue |
there is of course also the issue of marine species where native range requires a dedicated vocab |
Regarding botanists: well, I think we (authors of the unified checklist) can choose to which extend we want to aggregate (including using the same scheme for plants and animals, marine taxa are indeed separate). The source data will always be available. So, it comes down to making a decision. |
@SanderDevisscher @timadriaens @damianooldoni Could you update whenever this is ready for me to continue working on the plot? |
@damianooldoni what is the status of the |
values have largely been standardized by @peterdesmet see this issue but not sure this is already updated in the unified @damianooldoni ? |
@damianooldoni can you make sure the mapping find its way into data_input_checklist_indicators.tsv |
It has not been included in the unified checklist, because:
|
As said and argumented here, I definitely think they should be part of it, yes. Otherwise, breakdowns of indicators based on native ranges are impossible. |
This is now republished with standardized native range in the unified checklist. Can you reprocess and see if that solve the issue? |
Thanks @peterdesmet . I will asap process unified checklist data to include these changes. |
@SanderDevisscher @timadriaens @damianooldoni
Concerning the requested graph:
Do I write the code for this graph? |
Yes, if it were up to me!
I think it is best we overwrite the TrIAS style with the Inbotheme style or at least use a similar style as the rest of the app.
Not that I know of. Shall I make a basis for you to start from or would you like to start from scratch ? |
Note: the regions can be grouped in 5 continents: https://en.wikipedia.org/wiki/United_Nations_geoscheme |
Okay, I will give that a go.
Thanks, I have the code from grofwildjacht to start from. So it's okay |
Do you prefer to display on continent level (in that case I regroup)? Or on |
Maybe add a unit type filter or a switch (to increase details-level => default continent) |
@mvarewyck @eadriaensen is it possible to add an option to choose between the relative and absolute numbers for this graph ? Default should be relative. Title should be "aandeel geïntroduceerde uitheemse soorten per jaar per regio van oorsprong" when relative and "aantal geïntroduceerde uitheemse soorten per jaar per regio van oorsprong" when absolute. |
It would be good to implement the code for this plot in the trias package, for sake of uniformity - and given the limited remaining project hours. If so, I can easily implement a tick box for the user in the app to switch between relative and absolute The current code, used for the graph : @SanderDevisscher is this possible? |
@damianooldoni can you look into this ? |
I agree with @eadriaensen; it is better to develop this functionality in the But I go on holiday on Thursday. No time to do it this afternoon or tomorrow. |
@damianooldoni I'll give it a go |
Gebaseerd op deze indicator: https://trias-project.github.io/indicators/indicator_introductions_per_year.html
maar in de stijl van
FIGUUR: Gerapporteerd aantal per jaar en per regio
van de grofwildjacht pagina.Dus per jaar een stacked bar chart met de verschillende regios
Met deze data: https://github.com/trias-project/indicators/blob/master/data/interim/data_input_checklist_indicators.tsv
en de volgende selectie opties:
The text was updated successfully, but these errors were encountered: