3liz / qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer
GNU General Public License v2.0
12 stars 10 forks source link

Purpose of field “Format” for links #116

Open effjot opened 2 years ago

effjot commented 2 years ago

What is the intended use of the “Format” field for links? File formats should already be covered by the quite extensive MIME Types list. Thanks for the clarification!

Gustry commented 2 years ago

IIRC, we used what was done in QGIS, if you open your metadata tab, then "Links" tab. It's defined in the internal QGIS XSD for storing metadata.

We still want to integrate as much as possible with the QGIS Metadata native panel #24

effjot commented 2 years ago

Thanks!

For further reference, the QGIS link fields are described in qgis-base-metadata.xsd, starting at line 188:

I’m not quite sure what the “GDAL/OGR format values” are. In many examples I’ve found in code and on the Web, Format stayed empty. I have seen one example where it was “ESRI Shapefile”, so my best guess is the GDAL format “Long name”.