{"id":20198124,"url":"https://github.com/osgeo/mdme","last_synced_at":"2025-08-24T01:11:17.008Z","repository":{"id":149180767,"uuid":"543067475","full_name":"OSGeo/mdme","owner":"OSGeo","description":"Model Driven Metadata Editor (MDME): web application for geospatial metadata editing","archived":false,"fork":false,"pushed_at":"2024-11-11T12:12:15.000Z","size":12727,"stargazers_count":9,"open_issues_count":12,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-08-04T17:13:41.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OSGeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-29T10:47:44.000Z","updated_at":"2025-01-11T02:44:02.000Z","dependencies_parsed_at":"2024-02-08T21:04:57.005Z","dependency_job_id":"bc901fca-d6e4-4df6-a306-1fc69d2aab5c","html_url":"https://github.com/OSGeo/mdme","commit_stats":{"total_commits":30,"total_committers":3,"mean_commits":10.0,"dds":"0.19999999999999996","last_synced_commit":"1f2372ec1d6f1ebbcd5d5e35f1e17a4918d3968e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OSGeo/mdme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fmdme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fmdme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fmdme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fmdme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OSGeo","download_url":"https://codeload.github.com/OSGeo/mdme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OSGeo%2Fmdme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271778236,"owners_count":24819265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T04:29:27.414Z","updated_at":"2025-08-24T01:11:16.965Z","avatar_url":"https://github.com/OSGeo.png","language":"Vue","readme":"\n![MDME](./src/components/img/logo.svg)\n\nA web based (Node/Vue.js) application to populate YAML/JSON oriented [metadata records](https://en.wikipedia.org/wiki/Geospatial_metadata). The editor supports multiple metadata models (and models can be extended), currently supported are:\n- [MCF](https://geopython.github.io/pygeometa/reference/mcf/) \n- [OGC API - Records](https://ogcapi.ogc.org/records/) \n- [Data Package](https://specs.frictionlessdata.io/data-package/)\n\nThe app is currently in BETA, improvement suggestions very welcomed.\n\nDeployment of latest version can be found at [GitHub.io](https://osgeo.github.io/mdme).\n\n## Capabilities \n\n- Open local metadata (MCF)\n- Import metadata from:\n  - DOI (extract DOI metadata as DataCite)\n  - WMS (extract metadata from Capabilities)\n  - iso19139 (via metadata conversion service provided by [pygeoapi.io](https://demo.pygeoapi.io/master)\n- Export metadata (via metadata conversion service)\n  - iso19139\n  - OGCAPI-Records\n  - Spatio Temporal Asset Catalog (STAC)\n  - DCAT\n- edit metadata\n- save metadata \n\nNote that the application runs client side only. No content is send to a server. Although the client can easily be extended to store the output in a Git repository or a catalogue system, like [pygeoapi](https://pygeoapi.io), [pycsw](https://pycsw.org), [Geonetwork opensource](https://geonetwork-opensource.org) or [CKAN](https://ckan.org).\n\nExceptions are import and export metadata, which use a metadata transformation service provided by [demo.pygeoapi.io](https://demo.pygeoapi.io/master).\n\n## About MCF\n\nMetadata is saved in the [Metadata Control File](https://geopython.github.io/pygeometa/reference/mcf/) (MCF) format. The format is encoded as YAML, which is a readable file format and optimal for content versioning in a Git repository. When alternate formats are needed (iso19115, DCAT, STAC), you can export to these formats using a transformation service provided by [the pygeoapi demo server](https://demo.pygeoapi.io/master/processes/pygeometa-metadata-generate) based on [pygeometa](https://geopython.github.io/). \n\n## Installation\n\nRequires: \n- Node.js\n- Yarn\n\n```bash\ngit clone https://github.com/osgeo/mdme.git\nyarn install\nyarn serve\n```\n\nVisit [localhost:8000](http://localhost:8080).\n\n## Configuration\n\nConfigure `vocab` in `app.vue` on which schema to use, [MCF](https://geopython.github.io/pygeometa/reference/mcf/), [OGC API - Records](https://ogcapi.ogc.org/records/) or [Data Package](https://specs.frictionlessdata.io/data-package/).\n\nModels are defined in `models/{model}/model.json`. Very welcome to adjust the existing schema's or add a new one.\n\n## Vuetify JSON Schema Form\n\nThe library [vjsf](https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/examples#basic) uses a json-schema definition to render a form. Some special fields ('x-display: 'hidden') are added to the schema file to enrich vizualisation. \n\nMCF introduces contacts and distributions as key-value pairs. This pattern is not supported by vsjf. For this reason contacts and distributions are converted to array at loading time and back to object when saving.\n\n## License \n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosgeo%2Fmdme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosgeo%2Fmdme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosgeo%2Fmdme/lists"}