treflehq / trefle-api

🍀 Trefle is a botanical JSON REST API for plants species, allowing you to search and query over all the registered species, and build the next gardening apps and farming robots.
https://trefle.io
GNU Affero General Public License v3.0
482 stars 50 forks source link

Planting density inconsistency #20

Closed kessl closed 4 years ago

kessl commented 5 years ago

I stumbled upon an inconsistency in the planting density fields - I couldn't figure out how the values in acres and square meters relate.

Take for example the American Hornbeam (https://trefle.io/api/plants/117252): planting_density_minimum: sqm: 2832802, acre: 700

700 trees per acre amount to 5.78 square meters per tree. 2 832 802 per square meter is obviously too many. If I assume 'sqm' refers to a square kilometer, I get 35.3 square meters per tree.

What am I missing?

lambda2 commented 5 years ago

Hey @kessl , seems to be an issue indeed. We'll dig into it