geoengine-api-client 0.0.33

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# GdalMetadataNetCdfCf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**band_offset** | **i32** | A band offset specifies the first band index to use for the first point in time. All other time steps are added to this offset. | 
**cache_ttl** | Option<**i32**> |  | [optional]
**end** | **i64** | We use the end to specify the last, non-inclusive valid time point. Queries behind this point return no data. TODO: Alternatively, we could think about using the number of possible time steps in the future. | 
**params** | [**models::GdalDatasetParameters**]GdalDatasetParameters.md |  | 
**result_descriptor** | [**models::RasterResultDescriptor**]RasterResultDescriptor.md |  | 
**start** | **i64** |  | 
**step** | [**models::TimeStep**]TimeStep.md |  | 
**r#type** | **Type** |  (enum: GdalMetaDataNetCdfCf) | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)