Search is not available for this dataset
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 1329315976 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Tessera Sample Dataset
This dataset is a small sample of the Tessera dataset developed by the University of Cambridge Earth Observation Group.
This sample is intended for testing workflows, experimentation, and demonstration purposes.
Original Tessera dataset: GitHub Repository
Dataset Overview
TESSERA (Temporal Embeddings of Surface Spectra for Earth Representation and Analysis) encodes spatio-temporal information from Earth observation data into compact embeddings.
This sample dataset provides:
- Global coverage at 0.1Β° resolution (coarse sample for testing)
- Time-specific embeddings per grid tile (year 2024)
- 128-dimensional vector per pixel, capturing spectral, spatial, and temporal properties
- Grid-based organization, allowing easy selection of spatial subsets
Dataset Structure
The dataset is organized as follows:
docs/tutorials/tessera_sample/
βββ train/
β βββ global_0.1_degree_representation/
β βββ 2024/
β βββ grid_-94.65_40.75/
β β βββ grid_-94.65_40.75_2024.tiff
β βββ grid_-94.75_40.75/
β β βββ grid_-94.75_40.75_2024.tiff
β βββ grid_-94.85_40.75/
β βββ grid_-94.85_40.75_2024.tiff
βββ val/
βββ global_0.1_degree_representation/
βββ 2024/
βββ grid_-94.95_40.75/
βββ grid_-94.95_40.75_2024.tiff
- Each folder corresponds to a geospatial grid tile.
- File naming format:
grid_<longitude>_<latitude>_<year>.tiff.
- Downloads last month
- 7