Skip to content

Collection of scripts that handle the harvesting of USGS metadata from different providers

License

Notifications You must be signed in to change notification settings

USGS-SDM/metadata_harvester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metadata_harvester

This repository contains Dockerfile of metadata_harvesting for Docker's automated build published to the public Docker Hub Registry.

Informations

Metadata_harvester is a collection of scripts that handle the harvesting of USGS metadata from different providers

Run image from docker hub

docker run -dti tudorgarbulet/metadata_harvester

Build from source

Clone github repo:

git clone https://github.com/USGS-SDM/metadata_harvester
cd metadata_harvester
docker build -t "metadata_harvester" .
docker run -dti metadata_harvester

Usage

You can ssh into the running container by running the following:

docker exec -it <image_hash> /bin/bash

To get the image hash, run docker ps.

About

Collection of scripts that handle the harvesting of USGS metadata from different providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published