September 2025
Progress Indicators

May 2025
Go Client
- Datasets client
- Statically typed dataset types
- CLI to generate dataset types
- Workflows client
- Go task runners
April 2025
Spatio-Temporal datasets

- 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
- Spatio Temporal datasets documentation
- All open data now supports spatio-temporal queries
- Create your own spatio-temporal datasets
- Ingesting spatio-temporal data
March 2025
Custom Datasets

- statically typed
- with clients in Python and Go
- Specify the data type in the Console
- Create a collection
- Use client.ingest() to ingest a
xarray.Dataset
orpandas.DataFrame
- Query away!