-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add more info sources #108
Comments
I've done some initial investigation into additional datasets that could complement the Trefle service. While I still need to verify the quality and quantity of the data provided, this seems like a promising starting point. Here are a few thoughts on how we could leverage this resource:
I'll continue to explore these options and I'll update this issue on new findings. |
There's also this: https://open.plantbook.io/ |
I don't think there's an API for it, but https://www.gardenia.net/ has a lot of info for each plant and is very searchable |
I use https://powo.science.kew.org/ a lot to understand more about my plants |
There's also (with a community aspect): OpenFarm, https://openfarm.cc/en GrowStuff, https://www.growstuff.org/ For a larger overview of software and data projects connected to agriculture there's a list here: https://github.com/brycejohnston/awesome-agriculture |
Hey, Love this project and looking for ways to contribute back. I came across Pl@ntNet, which has an API to find information by image. I wish we could improve the add new plant flow, take an image, and find the scientific information automatically. I will create a feature request later on this. Thanks |
Discussed in #90
Originally posted by MDeLuise December 19, 2023
Avoid duplicated feature requests
Description
It would be useful to enhance the app by incorporating additional information sources. This not only provides users with more comprehensive data but also serves as a backup in the event that the Trefle API service becomes unavailable or the user does not have access to network.
Solution
During initial exploration, I came across this service as a potential information source for plants. Notably, the database can be downloaded in CSV format from here. A feasible approach would be to parse this file during the app's startup, allowing for the storage of all species contained within it in the app's database.
What are alternatives?
Other services could be used, if you find any please add them in this conversation.
Additional context
Currently, the app uses only Trefle species and "local" species. Consequently, when searching for a species, the user is presented with a maximum of two choices for the same species. To accommodate the expansion of services for retrieving species information, a decision must be made regarding the handling of duplicated species. One approach is to offer only the most detailed entry to the user. Alternatively, all duplicated species from the employed services could be provided, each species tagged by service — using labels such as "Trefle," "Custom," "USDA," and so on.
The text was updated successfully, but these errors were encountered: