wragge / trove-data-guide

0 stars 1 forks source link

Chapter -- Accessing data #11

Closed wragge closed 9 months ago

wragge commented 1 year ago

Accessing data

Data types in depth

wragge commented 1 year ago

I think I'll try to include some details about accessing images from other organisations that are aggregated into Trove, where that's fairly straightforward: eg NAA RecordSearch.

wragge commented 1 year ago

SLQ api urls are like this: https://collections.slq.qld.gov.au/api/IE143952

Returns:

{
  "id": "IE143952",
  "title": "Clement Wragge, 1899",
  "dcTitle": "Clement Wragge, 1899",
  "authors": [
    {
      "term": "Nicholas, Sir Harold",
      "text": "Nicholas, Sir Harold"
    }
  ],
  "description": "Clement Lindley Wragge, meteorologist, was born 18 September 1852 at Stourbridge, Worcestershire, England. Orphaned in early childhood, Wragge was educated at Uttoxeter Grammar School in Staffordshire and articled to a London solicitor. In 1876 he joined the South Australian surveyor-general's department. Wragge studied meteorology and in 1878 returned to Britain where he established weather observation stations. He founded similar stations in South Australia and founded the Meteorological Society of Australasia in 1886. In January 1887 he was appointed meteorological observer in the Queensland post and telegraph department. Wragge expanded the observation network, issued forecasts, pioneered research into tropical revolving storms in the south-west Pacific, lectured extensively and built an observatory at his Taringa home.\r\nAfter advocating the creation of a national weather bureau he was bitterly disappointed in 1907 when H.A. Hunt was appointed head of the Commonwealth Meteorological Bureau. Wragge moved to Auckland, New Zealand, where he built an observatory. He revisited Queensland in 1913 but failed to win support for his proposed tropical cyclone research centre. He died following a stroke at Birkenhead, New Zealand on 10 December 1922. (Information taken from: Australian dictionary of biography, v.12, 1990)",
  "date": null,
  "copyright": "Out of copyright.",
  "licence": "You are free to use without permission. Please attribute State Library of Queensland",
  "accession": null,
  "publisher": null,
  "type": "image",
  "permalink": "https://hdl.handle.net/10462/deriv/134400",
  "characteristics": null,
  "thumbnail": "https://digital.slq.qld.gov.au/delivery/DeliveryManagerServlet?dps_func=thumbnail&dps_pid=IE143952",
  "original": "photographic print : black & white, September 1899, Negative number: 161210",
  "collectionId": null,
  "notes": null,
  "mmsId": "99183507400002061",
  "resources": {
    "images": [
      {
        "preview": "/api/iiif/2/IE143952:FL151777.jpg/full/pct:10/0/default.jpg",
        "term": "/api/iiif/2/IE143952:FL151777.jpg/info.json",
        "text": "161210.tif"
      }
    ]
  },
  "downloads": {
    "FL151777": [
      {
        "term": "https://digital.slq.qld.gov.au/delivery/DeliveryManagerServlet?dps_func=stream&dps_pid=FL143954",
        "text": "Full resolution (TIFF, 22.83 MB)"
      },
      {
        "term": "https://digital.slq.qld.gov.au/delivery/DeliveryManagerServlet?dps_func=stream&dps_pid=FL151777",
        "text": "Large (JPG, 5.18 MB)"
      },
      {
        "term": "https://digital.slq.qld.gov.au/delivery/DeliveryManagerServlet?dps_func=stream&dps_pid=FL151779",
        "text": "Medium (JPG, 403 KB)"
      }
    ]
  },
  "contentPolicy": "AR_EVERYONE"
}