Create the dataset
Create a dataset in the Tilebox Console and choose the Spatio-temporal kind. Tilebox adds the requiredtime, id, ingestion_time, and geometry fields automatically.
Add fields that describe the products you want to catalog, such as:
| Field | Type | Purpose |
|---|---|---|
product_id | string | Stable product or scene identifier. |
location | string | Storage path, object key, or provider location. |
cloud_cover | float64 | Optional quality or filtering field. |
processing_level | string | Product processing level or category. |
Prepare datapoints
Load your source metadata into a GeoDataFrame. The geometry column should contain the footprint for each datapoint.Python
Ingest the catalog
Ingest the prepared records into a collection.Python
Query by time and location
After ingestion, use the same query model as Tilebox open data catalogs.Python
Next steps
Spatio-temporal datasets
Learn the required fields and query behavior.
Ingest from common file formats
Load CSV, Parquet, GeoParquet, and NetCDF data before ingestion.