Skip to content

Commit

Permalink
Merge pull request #68 from LibraryOfCongress/data-packages
Browse files Browse the repository at this point in the history
Add data package scripts
  • Loading branch information
beefoo authored May 14, 2024
2 parents 861bbe6 + be4183c commit 6878bc6
Show file tree
Hide file tree
Showing 14 changed files with 3,691 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
# ignore outputs and checkpoints for Rosenwald Script
loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/images
loc.gov JSON API/Downloading_Monographs_as_Images_in_Rosenwald_Collection/.ipynb_checkpoints

*.pyc
11 changes: 11 additions & 0 deletions Data Packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Resources for using Library of Congress Data Packages

This is a growing collection of resources (Jupyter Notebooks, scripts, workflows) for accessing and using [data packages from the Library of Congress](https://data.labs.loc.gov/packages/).

To run the Jupyter Notebooks you will need to change into this directory and install the required Python libraries:

```
cd "Data Packages"
pip install -r requirements.txt
```

267 changes: 267 additions & 0 deletions Data Packages/austro_hungarian_maps.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 6878bc6

Please sign in to comment.