[ckan-changes] commit/ckanext-inspire: kindly: extra fields for management reports
Bitbucket
commits-noreply at bitbucket.org
Wed Sep 28 13:26:42 UTC 2011
1 new changeset in ckanext-inspire:
http://bitbucket.org/okfn/ckanext-inspire/changeset/5ff3c8ffc989/
changeset: 5ff3c8ffc989
user: kindly
date: 2011-09-28 15:25:44
summary: extra fields for management reports
affected #: 2 files (-1 bytes)
--- a/ckanext/inspire/harvesters.py Thu Sep 08 09:54:05 2011 +0100
+++ b/ckanext/inspire/harvesters.py Wed Sep 28 14:25:44 2011 +0100
@@ -233,6 +233,9 @@
'metadata-language', # Language
'metadata-date', # Released
'coupled-resource',
+ 'contact-email',
+ 'frequency-of-update',
+ 'spatial-data-service-type',
]:
extras[name] = gemini_values[name]
--- a/ckanext/inspire/model/__init__.py Thu Sep 08 09:54:05 2011 +0100
+++ b/ckanext/inspire/model/__init__.py Wed Sep 28 14:25:44 2011 +0100
@@ -414,7 +414,7 @@
GeminiElement(
name="spatial-data-service-type",
search_paths=[
- "gmd:identificationInfo/srv:SV_ServiceIdentification/srv:serviceType/gco:LocalName",
+ "gmd:identificationInfo/srv:SV_ServiceIdentification/srv:serviceType/gco:LocalName/text()",
],
multiplicity="0..1",
),
Repository URL: https://bitbucket.org/okfn/ckanext-inspire/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list