Skip to content

Commit

Permalink
Merge pull request IQSS#10154 from iza-institute-of-labor-economics/U…
Browse files Browse the repository at this point in the history
…pdateGuidesWith-idsc.dataverse

Update guides.dataverse.org
  • Loading branch information
pdurbin authored Nov 30, 2023
2 parents 5b3a408 + d9b6cae commit 98d8486
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/sphinx-guides/source/api/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ This series of Python scripts offers a starting point for migrating datasets fro

https://github.com/scholarsportal/dataverse-migration-scripts

idsc.dataverse
~~~~~~~~~~~~~~

This module can, among others, help you migrate one dataverse to another. (see `migrate.md <https://github.com/iza-institute-of-labor-economics/idsc.dataverse/blob/main/migrate.md>`_)

https://github.com/iza-institute-of-labor-economics/idsc.dataverse

Java
----

Expand Down
2 changes: 2 additions & 0 deletions doc/sphinx-guides/source/api/client-libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ There are multiple Python modules for interacting with Dataverse APIs.

`Pooch <https://github.com/fatiando/pooch>`_ is a Python library that allows library and application developers to download data. Among other features, it takes care of various protocols, caching in OS-specific locations, checksum verification and adds optional features like progress bars or log messages. Among other popular repositories, Pooch supports Dataverse in the sense that you can reference Dataverse-hosted datasets by just a DOI and Pooch will determine the data repository type, query the Dataverse API for contained files and checksums, giving you an easy interface to download them.

`idsc.dataverse <https://github.com/iza-institute-of-labor-economics/idsc.dataverse>`_ reads metadata and files of datasets from a dataverse dataverse.example1.com and writes them into ~/.idsc/dataverse/api/dataverse.example1.com organized in directories PID_type/prefix/suffix, where PID_type is one of: hdl, doi or ark. It can then ''export'' the local copy of the dataverse from ~/.idsc/dataverse/api/dataverse.example1.com to ~/.idsc/.cache/dataverse.example2.com so that one can upload them to dataverse.example2.com.

R
-

Expand Down

0 comments on commit 98d8486

Please sign in to comment.