4

I'm stuck trying to get metadata for vector-layers into a PostgreSQL database with PostGIS-Extension. The ESRI-Environment allows to define metadata (ISO, FGDC, INSPIRE,...) and saves this information together with the features e.g. in Oracle, FGDB, Shape/XML,...). QGIS provides metadata-properties for layers, but these don't find their way into PG.

Does someone know a solution to save metadata together with the features in PG (based on the common standards)?

nmtoken
13.6k5 gold badges39 silver badges91 bronze badges
asked Sep 3, 2017 at 10:24
4
  • What does speak against creating the needed attributes in your feature table or a joined table? You don´t really need an extra tool for it. Commented Sep 3, 2017 at 18:07
  • 1
    ..have a look at gis.se:40994 Commented Sep 3, 2017 at 20:51
  • Can you give more information on how Esri stores INSPIRE metadata for a shapefile, are you saying it provides a tool to link the shapefile to metadata stored in a database? Or does it store the XML in the same folder as the shapefile (that is not in a database)? Commented Dec 22, 2017 at 22:16
  • Hi! Due to holidays I will check it next week - normally ArcGIS stores Metadata fpr SHPs as a XML-File (same Filename). In Databases it stores Metadata natively within the database (but I have to do a deeper look in it). Commented Dec 28, 2017 at 19:42

1 Answer 1

1

Here is a solution to store some metadata, you can customize the metadata model to be complient with INSPIRE, ISO, etc

https://docs.3liz.org/qgis-pgmetadata-plugin/

The presentation https://youtu.be/IaIIGHuogwM

answered May 26, 2021 at 15:33

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.