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:
titledescriptiontags
Note: the following assumes node version 8+
- Clone or download repo
cdto thedcat-agodirectory- Run
npm installto 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 }}