Vectors¶
Warning
This client has been deprecated in favor of the newer Tables client.
The Descartes Labs Vector service allows you store vector features (points, polygons, etc.) with associated key-value properties, and query that data by geometry or by properties.
It works best at the scale of millions of features. For small amounts of vector data that easily fit in memory, working directly with a GeoJSON file or similar may be more efficient.
- Feature: an object following the GeoJSON format
- FeatureCollection: a convenient helper class for working with millions of features
- AsyncJob: a convenient helper class that represents a delete job or copy job
- UploadTask: an object that represents an upload job
- ExportTask: an object that represents an export job
It’s available under descarteslabs.vectors
.