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

{
    "name": "new-york-currents-sample",
    "title": "New York Currents Sample",
    "group": "Currents Sample",
    "description": "SAMPLE - New York Currents  currents forecast",
    "date_updated": "2017-08-23T06:00:50.265426Z",
    "url": "https://api.tidetech.org/v1/dataset/new-york-currents-sample/?format=api",
    "data_url": "https://api.tidetech.org/v1/dataset/new-york-currents-sample/data/?format=api",
    "group_url": "https://api.tidetech.org/v1/group/7/?format=api",
    "codes": [
        49,
        50
    ],
    "resolution_degrees": "0.000",
    "file_formats": [
        "grb",
        "nc"
    ],
    "file_size_zipped_grb": "0.74",
    "file_size_zipped_nc": "1.26",
    "timeperiod_minutes": 60,
    "timesteps": [
        "2017-08-20T18:00:00Z",
        "2017-08-20T19:00:00Z",
        "2017-08-20T19:59:00Z",
        "2017-08-20T21:00:00Z",
        "2017-08-20T22:00:00Z",
        "2017-08-20T22:59:00Z",
        "2017-08-21T00:00:00Z",
        "2017-08-21T01:00:00Z",
        "2017-08-21T01:59:00Z",
        "2017-08-21T03:00:00Z",
        "2017-08-21T04:00:00Z",
        "2017-08-21T04:59:00Z",
        "2017-08-21T06:00:00Z",
        "2017-08-21T07:00:00Z",
        "2017-08-21T07:59:00Z",
        "2017-08-21T09:00:00Z",
        "2017-08-21T10:00:00Z",
        "2017-08-21T10:59:00Z",
        "2017-08-21T12:00:00Z",
        "2017-08-21T13:00:00Z",
        "2017-08-21T13:59:00Z",
        "2017-08-21T15:00:00Z",
        "2017-08-21T16:00:00Z",
        "2017-08-21T16:59:00Z",
        "2017-08-21T18:00:00Z",
        "2017-08-21T19:00:00Z",
        "2017-08-21T19:59:00Z",
        "2017-08-21T21:00:00Z",
        "2017-08-21T22:00:00Z",
        "2017-08-21T22:59:00Z",
        "2017-08-22T00:00:00Z",
        "2017-08-22T01:00:00Z",
        "2017-08-22T01:59:00Z",
        "2017-08-22T03:00:00Z",
        "2017-08-22T04:00:00Z",
        "2017-08-22T04:59:00Z",
        "2017-08-22T06:00:00Z",
        "2017-08-22T07:00:00Z",
        "2017-08-22T07:59:00Z",
        "2017-08-22T09:00:00Z",
        "2017-08-22T10:00:00Z",
        "2017-08-22T10:59:00Z",
        "2017-08-22T12:00:00Z",
        "2017-08-22T13:00:00Z",
        "2017-08-22T13:59:00Z",
        "2017-08-22T15:00:00Z",
        "2017-08-22T16:00:00Z",
        "2017-08-22T16:59:00Z",
        "2017-08-22T18:00:00Z",
        "2017-08-22T19:00:00Z",
        "2017-08-22T19:59:00Z",
        "2017-08-22T21:00:00Z",
        "2017-08-22T22:00:00Z",
        "2017-08-22T22:59:00Z"
    ],
    "geom": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    -74.265,
                    40.42
                ],
                [
                    -74.265,
                    40.888
                ],
                [
                    -73.953,
                    40.888
                ],
                [
                    -73.953,
                    40.42
                ],
                [
                    -74.265,
                    40.42
                ]
            ]
        ],
        "extent": [
            -74.265,
            40.42,
            -73.953,
            40.888
        ]
    },
    "content": null,
    "is_public": true,
    "geoserver_name": null,
    "file_name": "new-york-currents-sample",
    "s3path": "sample/products/new-york/data"
}