Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data package scripts #68

Merged
merged 15 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading