Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Aug 28, 2024
1 parent 1cc6328 commit a5b7197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/00_data_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
| attribute name | data type | description |
|----------------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| area | BIGINT | The area of the OSM element in m². Will always be `0` for the following geometry types: `Point`, `LineString`, `GeometryCollection`. |
| area_delta | BIGINT | The length of the OSM element in m. Will always be `0` for the following geometry types: `Point`, `Polygon`, `MultiPolygon`, `GeometryCollection`. |
| length | BIGINT | |
| area_delta | BIGINT | |
| length | BIGINT | The length of the OSM element in m. Will always be `0` for the following geometry types: `Point`, `Polygon`, `MultiPolygon`, `GeometryCollection`. |
| length_delta | BIGINT | |
| xzcode | STRUCT | |
| xzcode.level | INTEGER | |
Expand All @@ -54,7 +54,7 @@
| h3_r5 | UBIGINT | Cell ID in H3 hierarchical geospatial index at resolution level 5. We have used the OSM element centroid location to determine the H3 cell ID. There are about 2 Million cells at this level globally. The cell size varies between 150 - 300 km². Check [H3 docs](https://h3geo.org/docs/) for more details. |
| geometry_type | VARCHAR | Potential values are: `Point`, `LineString`, `Polygon`, `MultiPolygon`, `GeometryCollection`, `InvalidGeometry`. |
| geometry_valid | BOOLEAN | |
| geometry | VARCHAR | The geometry of the OSM element in [WKT format](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). |
| geometry | VARCHAR | The geometry of the OSM element in [WKT format](https://en.wikipedia.org/wiki/Well-known_text_representation_of_geometry). |


## Special Attributes for OSM Map Features
Expand Down

0 comments on commit a5b7197

Please sign in to comment.