-
Notifications
You must be signed in to change notification settings - Fork 2
osm_trees table
Justin Forest edited this page May 11, 2024
·
4 revisions
The osm_trees table is used to store data received from OSM using the Overpass API during last sync, specific to natural=tree. The data is used to compile diffs when sending updates to OSM.
Field | Type | Description |
---|---|---|
id | unsigned | OSM node id. |
lat | float | Tree latitude. |
lon | float | Tree longitude. |
genus | string? | Genus, if known. |
species | string? | Species, if known. |
height | float? | Height in meters, if known. |
circumference | float? | Trunk circumference at chest level, if known. |
diameter_crown | float? | Crown diameter in meters, if known. |