Gridded

Note

This page describes what is specific to the gridded layout. For more general information on creating and using datasets, see Using an existing dataset and Building your own datasets respectively.

Creating

To create a gridded dataset, the layout entry in the recipe must be set to gridded:

Please note that this is the default value, so setting it is optional.

output:
  layout: gridded

Using

In addition to the parameters described in Using an existing dataset, you can access the following attributes of a gridded dataset:

ds.latitudes # Latitudes of the grid points

ds.longitudes # Longitudes of the grid points