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

{
    "name": "global-ocean-currents-sample",
    "title": "Global Ocean Currents Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - Ocean currents forecast.",
    "date_updated": "2016-06-30T05:38:10.978712Z",
    "url": "https://api.tidetech.org/v1/dataset/global-ocean-currents-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/global-ocean-currents-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50
    ],
    "resolution_degrees": "0.100",
    "file_formats": [
        "grb",
        "nc"
    ],
    "file_size_zipped_grb": "41.54",
    "file_size_zipped_nc": "44.55",
    "timeperiod_minutes": 0,
    "timesteps": [
        "2016-06-30T12:00:00Z",
        "2016-07-01T12:00:00Z",
        "2016-07-02T12:00:00Z",
        "2016-07-03T12:00:00Z",
        "2016-07-04T12:00:00Z",
        "2016-07-05T12:00:00Z"
    ],
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -180.0,
                    -80.0
                ],
                [
                    -180.0,
                    80.0
                ],
                [
                    180.0,
                    80.0
                ],
                [
                    180.0,
                    -80.0
                ],
                [
                    -180.0,
                    -80.0
                ]
            ]
        ],
        "extent": [
            -180.0,
            -80.0,
            180.0,
            80.0
        ]
    },
    "content": null,
    "is_public": true,
    "geoserver_name": "ocean_current_speed_direction",
    "file_name": "global-ocean-currents",
    "s3path": "sample/models/global-currents-forecast/data"
}