Skip to content

Dans-labs/liss-dc

 
 

Repository files navigation

LISS DC

This repo imports LISS DC dataset harvested by the LISS harvester.

Sample configuration

Copy confiruation file:

cp config-sample.py config.py

Fill configuration in config.py

# ODISSEI portal
base_url = 'http://dataverse.com/endpoint'
api_token = 'api-token'

dataverse_name = 'dataverse_or_subdataverse_name'
liss_dc_path = '/fullpath/to/liss/metadata'

Run test import process

  • python test-import_dataset.py

Work flow

  • python import_dataset.py will convert and import the datasets
  • python publish_ds.py will publish the datasets after check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%