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
- Host: GitHub
- URL: https://github.com/timwis/metadata-wizard
- Owner: timwis
- Created: 2015-11-28T05:06:09.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-11-28T19:03:15.000Z (over 10 years ago)
- Last Synced: 2025-01-25T07:11:24.444Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://timwis.com/metadata-wizard
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

## 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