Tree names in different languages #582
Replies: 3 comments 4 replies
-
By the way, at least the "displaying the localized name of a tree" would be useful on vanilla StreetComplete, too, as an enhancement for the "things overlay" but overall a tree overlay like it exists in SCEE is going to profit a lot more from that. |
Beta Was this translation helpful? Give feedback.
-
Currently there is no overlay (except maybe a custom overlay), but a quest that asks for tree genus / species. Thanks for the query, this should be really useful. I remember I had tried to find some source for latin <-> <language> names, and only found proprietary stuff. But apparently I didn't think of wikidata! (it will still be a while until I start working on this, currently it feels like I'm drowning in app-related work) |
Beta Was this translation helpful? Give feedback.
-
Check this out: https://github.com/streetcomplete/StreetComplete/compare/wikidata-tree-taxons?expand=1 I wrote a build script to pull the genus and species of trees in all languages from wikidata. There remain a few open TODOs on that to filter out homonyms and wrongly named ones, though. Also, there are two issues that I think cannot really be solved:
On the StreetComplete side, what would be missing is a small class that loads this data (on demand) into two-way hashmaps and thus can translate from any language to any other language plus wikidata id and scientific name. I won't be continuing on this (soon), though. So if you or someone else would like to finish or work on this, go ahead! It certainly is more useful for SCEE than for SC. For SC, it would just be needed to show the localized name of a tree species in the "feature name" text below the quest question. |
Beta Was this translation helpful? Give feedback.
-
I read that SCEE has some functionality to add/edit the species/genus of trees, awesome!
Now, a useful addition to that would be if SCEE would be able to recognize which localized tree name relates to which international (i.e. Latin, not English) species/genus name, so to be able to...
Now, I also read in the readme that...
No need for that! Check out this wikidata query, and this is the reason why I posted this idea:
Try it out!
This could be a build script, one query for each available language.
Beta Was this translation helpful? Give feedback.
All reactions