GET /v1/dataset/wind-wave-sample/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "wind-wave-sample",
    "title": "Wind Wave Sample",
    "group": "Waves Sample",
    "description": "SAMPLE - Global forecast of wind waves.",
    "date_updated": "2016-06-30T05:38:11.420287Z",
    "url": "https://api.tidetech.org/v1/dataset/wind-wave-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/wind-wave-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/9/?format=api",
    "codes": [
        102,
        101,
        103
    ],
    "resolution_degrees": "1.250",
    "file_formats": [
        "grb",
        "nc"
    ],
    "file_size_zipped_grb": "5.68",
    "file_size_zipped_nc": "6.38",
    "timeperiod_minutes": 180,
    "timesteps": [
        "2016-06-30T00:00:00Z",
        "2016-06-30T03:00:00Z",
        "2016-06-30T06:00:00Z",
        "2016-06-30T09:00:00Z",
        "2016-06-30T12:00:00Z",
        "2016-06-30T15:00:00Z",
        "2016-06-30T18:00:00Z",
        "2016-06-30T21:00:00Z",
        "2016-07-01T00:00:00Z",
        "2016-07-01T03:00:00Z",
        "2016-07-01T06:00:00Z",
        "2016-07-01T09:00:00Z",
        "2016-07-01T12:00:00Z",
        "2016-07-01T15:00:00Z",
        "2016-07-01T18:00:00Z",
        "2016-07-01T21:00:00Z",
        "2016-07-02T00:00:00Z",
        "2016-07-02T03:00:00Z",
        "2016-07-02T06:00:00Z",
        "2016-07-02T09:00:00Z",
        "2016-07-02T12:00:00Z",
        "2016-07-02T15:00:00Z",
        "2016-07-02T18:00:00Z",
        "2016-07-02T21:00:00Z",
        "2016-07-03T00:00:00Z",
        "2016-07-03T03:00:00Z",
        "2016-07-03T06:00:00Z",
        "2016-07-03T09:00:00Z",
        "2016-07-03T12:00:00Z",
        "2016-07-03T15:00:00Z",
        "2016-07-03T18:00:00Z",
        "2016-07-03T21:00:00Z",
        "2016-07-04T00:00:00Z",
        "2016-07-04T03:00:00Z",
        "2016-07-04T06:00:00Z",
        "2016-07-04T09:00:00Z",
        "2016-07-04T12:00:00Z",
        "2016-07-04T15:00:00Z",
        "2016-07-04T18:00:00Z",
        "2016-07-04T21:00:00Z",
        "2016-07-05T00:00:00Z",
        "2016-07-05T03:00:00Z",
        "2016-07-05T06:00:00Z",
        "2016-07-05T09:00:00Z",
        "2016-07-05T12:00:00Z",
        "2016-07-05T15:00:00Z",
        "2016-07-05T18:00:00Z",
        "2016-07-05T21:00:00Z",
        "2016-07-06T00:00:00Z",
        "2016-07-06T03:00:00Z",
        "2016-07-06T06:00:00Z",
        "2016-07-06T09:00:00Z",
        "2016-07-06T12:00:00Z",
        "2016-07-06T15:00:00Z",
        "2016-07-06T18:00:00Z",
        "2016-07-06T21:00:00Z",
        "2016-07-07T00:00:00Z",
        "2016-07-07T03:00:00Z",
        "2016-07-07T06:00:00Z",
        "2016-07-07T09:00:00Z",
        "2016-07-07T12:00:00Z"
    ],
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -180.0,
                    -79.0
                ],
                [
                    -180.0,
                    78.0
                ],
                [
                    180.0,
                    78.0
                ],
                [
                    180.0,
                    -79.0
                ],
                [
                    -180.0,
                    -79.0
                ]
            ]
        ],
        "extent": [
            -180.0,
            -79.0,
            180.0,
            78.0
        ]
    },
    "content": null,
    "is_public": true,
    "geoserver_name": "wave_wind_height_direction",
    "file_name": "wind-wave",
    "s3path": "sample/products/ww3/data"
}