Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wragge/naa-recently-digitised
https://github.com/wragge/naa-recently-digitised
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wragge/naa-recently-digitised
- Owner: wragge
- Created: 2021-03-27T06:55:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T01:30:46.000Z (2 months ago)
- Last Synced: 2024-10-27T02:31:24.899Z (2 months ago)
- Language: Python
- Size: 47.8 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recently digitised files in the National Archives of Australia
This repository scrapes a list of recently digitised files from the NAA's [RecordSearch](https://recordsearch.naa.gov.au/) database. It's currently scheduled to run each Sunday, saving a list of files that have been digitised in the previous week. The weekly datasets are saved as CSV files in the `data` directory. The date of the harvest is recorded in the file name, so `digitised-week-ending-20210328.csv` was harvested on 28 March 2021.
The CSV files contain the following fields:
* `title`
* `item_id`
* `series`
* `control_symbol`
* `date_range`
* `date_digitised`More information can be found in the [RecordSearch section](https://glam-workbench.github.io/recordsearch/) of the GLAM Workbench.
---
Created by [Tim Sherratt](https://timsherratt.org), March 2021