https://github.com/worldbank/metadata-editor
Web tool to edit, validate, and manage metadata for Microdata (DDI Codebook), documents, tables, media, and geospatial data.
https://github.com/worldbank/metadata-editor
ddi-codebook metadata-editor
Last synced: 3 months ago
JSON representation
Web tool to edit, validate, and manage metadata for Microdata (DDI Codebook), documents, tables, media, and geospatial data.
- Host: GitHub
- URL: https://github.com/worldbank/metadata-editor
- Owner: worldbank
- License: mit
- Created: 2025-05-13T14:31:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-20T00:27:32.000Z (9 months ago)
- Last Synced: 2025-06-20T01:28:03.019Z (9 months ago)
- Topics: ddi-codebook, metadata-editor
- Language: PHP
- Homepage:
- Size: 74.8 MB
- Stars: 234
- Watchers: 10
- Forks: 13
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - worldbank/metadata-editor - Web tool to edit, validate, and manage metadata for Microdata (DDI Codebook), documents, tables, media, and geospatial data. (PHP)
README
# Metadata Editor

The Metadata Editor is an open-source web-based application developed by the Office of the Chief Statistician at the World Bank. It is designed to assist data curators in documenting data of various types according to specialized metadata standards. The application currently supports the following data types and corresponding metadata standards:
- For **microdata** (from surveys, censuses, or other sources): [DDI CodeBook 2.5](https://ddialliance.org/ddi-codebook_v2.5).
- For **publications and reports**: [Dublin Core](https://www.dublincore.org/), enhanced with selected elements from other standards ([BibTeX](https://www.bibtex.org/), [MARC21](https://www.loc.gov/marc/bibliographic/)).
- For **indicators** (or time series): A custom metadata schema created by the World Bank by compiling metadata schemas from multiple organizations.
- For **geographic dataset and services**: [ISO 19139](https://www.iso.org/standard/67253.html) (ISO 19115 / ISO19110 / ISO19119).
- For **images**: [IPTC](https://iptc.org/standards/photo-metadata/iptc-standard/) and [Dublin Core](https://www.dublincore.org/).
- For **videos**: A combination of [Dublin Core](https://www.dublincore.org/) and elements from [schema.org](https://schema.org/).
- For **research projects and scripts**: A custom metadata schema created by the World Bank.
The metadata schemas supported by the Metadata Editor are detailed at https://worldbank.github.io/metadata-schemas
## Getting Started
### Server Requirements
* PHP version 7 or later
* MySQL/MariDB
* Apache, IIS or NGINX
### Installation
See [Installation guide](https://worldbank.github.io/metadata-editor-docs/tech_installation.html)
### Documentation
See [Documentation](https://worldbank.github.io/metadata-editor-docs)
## License
This project is licensed under the MIT License together with the [World Bank IGO Rider](WB-IGO-RIDER.md). The Rider is purely procedural: it reserves all privileges and immunities enjoyed by the World Bank, without adding restrictions to the MIT permissions. Please review both files before using, distributing or contributing.