- Sample Data for Atlas Clusters >
- Available Sample Datasets for Atlas Clusters >
- Sample Weather Dataset
Sample Weather Dataset¶
On this page
The sample_weatherdata
database contains detailed weather
reports from various locations. Each report contains readings such as
airTemperature
, wind
, and visibility
. Each
report contains a location which is stored as
GeoJSON.
To learn how to load the sample data provided by Atlas into your cluster, see Load Sample Data into Your Cluster.
Collections¶
This database contains a single collection called data
.
The sample_weatherdata.data
collection contains all of the weather
reports in the dataset. Each document in the collection represents a
single weather report. The various weather observations within the
document typically exist in embedded objects.
Indexes¶
The sample_weatherdata.data
collection contains the following indexes:
Name | Index | Description |
---|---|---|
_id_ |
{ "_id": 1 } |
Primary key index on the _id field. |