Skip to content

NaturalHistoryMuseum/uksi-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UKSI Importer

Installation

This tool requires mdb-tools to be installed. Specifically, this tool uses the following CLI utilities provided by this lib:

  • mdb-tables
  • mdb-json

Then for local use:

python3.11 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -e .

Usage

Assuming installation into .venv:

uksi create_db <access-db-path> <uksi-db-path>

A new SQLite DB is created at the given path each time this command is run.

About

UKSI importer for the Data Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages