Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added sample XML document for QGIS metadata
  • Loading branch information
kalxas committed Apr 4, 2017
1 parent 5c4a332 commit 5e2611b
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions resources/qgis-resource-metadata.xml
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<ResourceMetadata xmlns="http://qgis.org/resource-metadata/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://qgis.org/resource-metadata/1.0 qgis-resource-metadata.xsd">
<identifier>1234</identifier>
<parentidentifier>xyz</parentidentifier>
<language>en-CA</language>
<type>dataset</type>
<title>roads</title>
<abstract>my roads</abstract>
<keywords vocabulary="GEMET">
<keyword>kw1</keyword>
<keyword>kw2</keyword>
</keywords>
<fees>None</fees>
<accessconstraints>None<accessconstraints>
<encoding>utf-8</encoding>
<crs>EPSG:4326</crs>
<extent>
<spatial dimensions="2" crs="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90"/>
<temporal>
<instant>2001-12-17T09:30:47Z</instant>
</temporal>
</extent>
<contact>
<name>John Smith</name>
<organization>ACME</organization>
<position>staff</position>
<address>
<type>postal</type>
<address>123 Main Street</address>
<city>anycity</city>
<administrativearea>anyprovince</administrativearea>
<postalcode>90210</postalcode>
<country>Canada</country>
</address>
<voice>xx.xxx.xxx.xxxx</voice>
<fax>xx.xxx.xxx.xxxx</fax>
<email>foo@example.org</email>
<role>pointOfContact</role>
</contact>
<links>
<link name="geonode:roads" type="OGC:WMS" description="my GeoNode road layer" url="http://example.org/wms"/>
<link name="geonode:roads" type="OGC:WFS" description="my GeoNode road layer" url="http://example.org/wfs"/>
<link name="roads" type="WWW:LINK" description="full dataset download" url="http://example.org/roads.tgz" format="ESRI Shapefile" mimeType="application/gzip" size="283676"/>
</links>
</ResourceMetadata>

0 comments on commit 5e2611b

Please sign in to comment.