{"id":23116406,"url":"https://github.com/3dcitydb/plugin-ade-manager","last_synced_at":"2026-06-23T18:32:25.882Z","repository":{"id":46607403,"uuid":"123326487","full_name":"3dcitydb/plugin-ade-manager","owner":"3dcitydb","description":"Importer/Exporter plugin to dynamically extend a 3D City Database instance to store and manage CityGML Application Domain Extensions (ADEs)","archived":false,"fork":false,"pushed_at":"2025-04-30T05:33:50.000Z","size":20161,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-08-16T21:32:46.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3dcitydb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-28T18:40:02.000Z","updated_at":"2025-04-30T05:32:47.000Z","dependencies_parsed_at":"2024-08-17T06:32:18.669Z","dependency_job_id":"380e42ad-8ab2-4760-ba9c-96e1bbd62fd3","html_url":"https://github.com/3dcitydb/plugin-ade-manager","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/3dcitydb/plugin-ade-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3dcitydb%2Fplugin-ade-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3dcitydb%2Fplugin-ade-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3dcitydb%2Fplugin-ade-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3dcitydb%2Fplugin-ade-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3dcitydb","download_url":"https://codeload.github.com/3dcitydb/plugin-ade-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3dcitydb%2Fplugin-ade-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34702913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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-12-17T04:16:08.854Z","updated_at":"2026-06-23T18:32:25.875Z","avatar_url":"https://github.com/3dcitydb.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"ADE Manager Plugin\n======================================\n\n\u003e [!NOTE]\n\u003e This repository hosts the 3DCityDB v4 ADE Manager. Although 3DCityDB v5 is now available, 3DCityDB v4\n\u003e remains stable and operational. However, it is in **maintenance mode**, meaning no significant new features are\n\u003e planned, though existing bugs will continue to be addressed. Development is now focused on 3DCityDB v5, and we recommend\n\u003e upgrading to benefit from new features and improvements. Please refer to the [3DCityDB v5 user manual](https://3dcitydb.github.io/3dcitydb-mkdocs/)\n\u003e for more information.\n\nThe ADE Manager is a plugin for the [3D City Database Importer/Exporter](https://github.com/3dcitydb/importer-exporter)\nand allows to dynamically extend a 3D City Database (3DCityDB) instance for high-performance storage and management of\nCityGML Application Domain Extensions (ADE). It is implemented based on the open-source\n[graph transformation engine (AGG)](http://www.user.tu-berlin.de/o.runge/agg/) for realizing the automatic\ntransformation of the object-oriented data model from a given ADE's application schema (XSD) to a compact relational\ndatabase schema (including tables, indexes, and constrains etc.). In addition, an XML-based schema-mapping file can\nalso be automatically generated which contains the relevant meta-information about the derived database schema as well\nas the explicit mapping relationships between the two schemas and allows developers to implement applications for\nmanaging and processing the ADE data contents stored in a 3DCityDB instance.\n\nTransformation Workflow\n-------\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"resources/figure/transformation_workflow.jpg\" width=\"800\" /\u003e\n\u003c/p\u003e\n\nLicense\n-------\nThe ADE Manager Plugin is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).\nSee the `LICENSE` file for more details.\n\nLatest release\n--------------\nThe latest stable release of the ADE Manager Plugin is 2.3.3.\n\nDownload the software [here](https://github.com/3dcitydb/plugin-ade-manager/releases/download/v2.3.3/plugin-ade-manager-2.3.3.zip).\nPrevious releases are available from the [releases section](https://github.com/3dcitydb/plugin-ade-manager/releases).\n\nInstallation\n------------\nThe ADE Manager Plugin is shipped with the [3D City Database Suite installer](https://github.com/3dcitydb/3dcitydb-suite/releases).\nWhen running the installer, a setup wizard will let you choose to install the plugin together with the required\nversion of the Importer/Exporter tool. This is the recommended and easiest way to install the plugin.\n\nAlternatively, you may download the software from the [releases section](https://github.com/3dcitydb/plugin-ade-manager/releases)\n(or build it from source) and unzip it into the `plugins` folder within the installation folder of the\nImporter/Exporter. Please note that in this case you have to make sure yourself that the plugin version you\ndownload can be used together with your installation of the Importer/Exporter. After a restart of the\nImporter/Exporter, the ADE Manager will be ready to use.\n\nSystem requirements\n-------------------\nEach version of the ADE Manager plugin is built against a specific version of the Importer/Exporter.\nPlease check the release notes of the version you want to use for more information. \n\nPlease note that the ADE Manager Plugin may not work with Java 17 or later versions.\n\nDocumentation\n-------------\nA complete and comprehensive user manual on the ADE Manager Plugin is available\n[online](https://3dcitydb-docs.readthedocs.io/en/latest/plugins/ade-manager).\n\nContributing\n------------\n* To file bugs found in the software create a GitHub issue.\n* To contribute code for fixing filed issues create a pull request with the issue id.\n* To propose a new feature create a GitHub issue and open a discussion.\n\nBuilding\n--------\nThe ADE Manager plugin uses [Gradle](https://gradle.org/) as build system. To build the plugin from source,\nclone the repository to your local machine and run the following command from the root of the repository.\n\n    \u003e gradlew installDist\n    \nThe build process will produce the plugin software package under `build/install`. Simply copy the contents of this\nfolder into the `plugins` folder of your Importer/Exporter installation to use the plugin.\n\nDevelopers\n----------\nThe ADE Manager plugin has been developed by and with the support from the following cooperation partners:\n\n* [Chair of Geoinformatics, Technical University of Munich](https://www.gis.bgu.tum.de/)\n* [Virtual City Systems, Berlin](https://vc.systems/)\n* [M.O.S.S. Computer Grafik Systeme GmbH, Taufkirchen](http://www.moss.de/)\n\nMore information\n----------------\n[OGC CityGML](https://www.ogc.org/standard/citygml/) is an open data model and XML-based format for the\nstorage and exchange of semantic 3D city models. It is an application schema for the\n[Geography Markup Language version 3.1.1 (GML3)](https://www.ogc.org/standard/gml/), the extensible\ninternational standard for spatial data exchange issued by the Open Geospatial Consortium (OGC) and the ISO TC211.\nThe aim of the development of CityGML is to reach a common definition of the basic entities, attributes,\nand relations of a 3D city model. Particularly, CityGML provides an extension mechanism called “Application \nDomain Extension (ADE)” which allows third parties to dynamically extend the existing CityGML data models with\napplication specific extensions for facilitating the application fields e.g. energy demand calculations,\nutility network analysis, facility management, noise propagation simulations etc. \n\nCityGML is an international OGC standard and can be used free of charge.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3dcitydb%2Fplugin-ade-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3dcitydb%2Fplugin-ade-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3dcitydb%2Fplugin-ade-manager/lists"}