-
Easily change the templates for the HTML content (visible in the panel): they are stored inside the html_template
table
-
Generate a dataset HTML card with SQL
SELECT pgmetadata.get_dataset_item_html_content('demo', 'trees', 'fr');
-
Generate a DCAT representation with SQL for one or many tables
SELECT *
FROM pgmetadata.get_datasets_as_dcat_xml('fr')
WHERE True
-
Deploy easily in you organisation with QGIS configuration file variables (hide admin tools, auto-activate plugin)
[pgmetadata]
auto_open_dock=true
end_user_only=true
connection_names=Connection 1
[Plugins]
pg_metadata=true