Tag: Geometries

The 4 Most Common Geometries in KML

This diagram is only a small portion (that we will cover in this post) of all the supported KML elements. If you are interested, please see the whole tree here. In the tree, you can consider each element as a class in OOP, and an element is an extension of its parent. For example, <Placem...

TileDB 101: Geometries

This article covers the basics of how to use TileDB arrays with geospatial vector data. I will show how to ingest the geometries from a shapefile into a TileDB array and how to then read the data from this array. I will also show how to use the polygons from the geometry array to slice and read data...