Automates the metadata migration process between any open data site utilizing the Data Catalog Vocabulary (DCAT) and ArcGIS Online.
Currently migrates metadata information for the following fields:
title
description
tags
Note: the following assumes node version 8+
- Clone or download repo
cd
to thedcat-ago
directory- Run
npm install
to install dependencies frompackage.json
- Once dependencies are complete, run:
node dcat-ago.js --site={{ site url }} --username={{ ArcGIS Online username }} --password={{ ArcGIS Online password }} --portal={{ ArcGIS Online organization URL }}