An open API service indexing awesome lists of open source software.

https://github.com/timwis/metadata-wizard

A form that fetches metadata from a database to streamline the process of metadata maintenance
https://github.com/timwis/metadata-wizard

Last synced: 2 months ago
JSON representation

A form that fetches metadata from a database to streamline the process of metadata maintenance

Awesome Lists containing this project

README

          

# Metadata Wizard
A form that fetches metadata from a database to streamline the process of metadata maintenance

This tool is intended as a **proof of conept** to demonstrate fetching dataset information and
field information from GeoDB2 via ArcSDE using [sde-metadata-api](https://github.com/timwis/sde-metadata-api).

![screencast of the tool in action](http://i.imgur.com/QvAqett.gif)

## Installation
1. Clone the repository and install dependencies via `npm install`
2. Point `HOSTNAME` in `src/main.js` to the endpoint where [sde-metadata-api](https://github.com/timwis/sde-metadata-api) is running