National Museum of Australia collection¶
The National Museum of Australia provides access to its collection data through an API. As well as collection items, data is available for parties, places, media, and more.
You'll need an API key for serious exploration.
Tips, tools, and examples¶
Harvest records from the NMA API¶
If you're going to do any large-scale analysis of the NMA collection data, you probably want to harvest it all using the API and save it locally. This notebook helps you do just that. It harvests records in the simple JSON format and saves them as they are to a file-based database using TinyDB.
Exploring object records¶
In this notebook we'll have a preliminary poke around in the object data harvested from the NMA Collection API. I'll focus here on the basic shape/stats of the data, with a deeper dive into the additionalType
and extent
fields. Can we find the biggest object in the collection?
Explore collection objects over time¶
In this notebook we'll explore the temporal dimensions of the object data. When were objects created, collected, or used? To do that we'll extract the nested temporal data, see what's there, and create a few charts.
Explore places associated with collection objects¶
In this notebook we'll explore the spatial dimensions of the object data. Where were objects created or collected? To do that we'll extract the nested spatial data, see what's there, and create a few maps.
Contributors¶
Cite as¶
Sherratt, Tim. (2019, November 17). GLAM-Workbench/national-museum-australia (Version v0.1.0). Zenodo. http://doi.org/10.5281/zenodo.3544747