Skip to content

jessicajhassibi/daten-geographie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geographie-daten

Anreicherung der Orte aus der HisMusLog-Datenbank mit der GND-Kennung aus den Geografikum Entitäten der GND (DNB OpenData).

Setup

python3 -m venv venv
venv/bin/pip install -r requirements.txt

CLI

Usage Example

python geographiedaten.py \
  --places: data/kv-ort-eigeneorte.csv \
  --geografikum: data/authorities-geografikum_lds.jsonld.gz \
  --output: output.csv

-> python command_line match places geografikum output e.g.:

python command_line.py match "../data/places_from_db.csv" "../data/example.jsonld" "../data/example_to_put_in_db.csv" 
python command_line.py write "db-linux-002.aesthetics.mpg.de" "hismuslog" '../data/records_to_put_in_db(new).csv'
graph TD;
  match --> write;
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages