Product Updates
New features, updates and improvements
Go Client
Excited to announce the release of the Tilebox Go client!
Features
- Datasets client
- Statically typed dataset types
- CLI to generate dataset types
- Workflows client
- Go task runners
To get started, check out the Go SDK documentation.
Spatio-Temporal datasets
Spatio-temporal datasets are officially out, fully supported in all languages and available as a category to create in custom datasets!
The core problems that spatio-temporal datasets solve are
- finding relevant data quickly (e.g. all Sentinel 2 granules along the US coastline, last year),
- storing auxiliary geographically coded data (e.g. weather station data, ground truth data),
- cataloging higher level data and results
Here’s a short video on performance and core capabilities.
We’re excited about this as cataloging has until now been an unsexy but hard problem, and it’s great to finally have a solution out there
More information
- Spatio Temporal datasets documentation
- All open data now supports spatio-temporal queries
- Create your own spatio-temporal datasets
- Ingesting spatio-temporal data
Custom Datasets
Create your own custom datasets!
- statically typed
- with clients in Python and Go
Use it to organize anything from telemetry, raw payload metadata, auxiliary sensor data, configuration data, or internal data catalogs.
Quickstart
- Specify the data type in the Console
- Create a collection
- Use client.ingest() to ingest a
xarray.Dataset
orpandas.DataFrame
- Query away!
For detailed instructions, check out the Creating a dataset how-to guide.