get_example_patch
get_example_patch(
example_name = random_das,
**kwargs ,
)-> ‘dc.Patch’
Load an example Patch.
Options are: random_das, patch_with_null, wacky_dim_coords_patch, sin_wav, random_patch_with_lat_lon, example_event_1
Parameters
Parameter | Description |
---|---|
example_name | The name of the example to load. Options are: |
**kwargs | Passed to the corresponding functions to generate data. |
Raises
UnknownExample if unregistered patch is requested.