Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"dark": "#09090b"
},
"favicon": "/favicon.svg",
"interaction": {
"drilldown": false
},
"navigation": {
"tabs": [
{
Expand Down
2 changes: 1 addition & 1 deletion guides/datasets/ingest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ viz(modis_data, map_kwargs={"show_tooltip": True})

## Create a Tilebox dataset

Now you'll create a [Spatio-temporal](/datasets/types/spatio-temporal) dataset with the same schema as the given MODIS dataset.
Now you'll create a [Spatio-temporal](/datasets/types/spatiotemporal) dataset with the same schema as the given MODIS dataset.
To do so, you'll use the [Tilebox Console](/console), navigate to `My Datasets` and click `Create Dataset`. Then select
`Spatio-temporal Dataset` as the dataset type.

Expand Down