[pycsw-devel] Multiple metadata standards -- one "ISO" CSW?
Godfrey, Bruce
bgodfrey at uidaho.edu
Sun Jun 17 18:30:28 PDT 2012
That helps a great deal. Thank you very much Tom. -Bruce
________________________________
From: Tom Kralidis [mailto:tomkralidis at hotmail.com]
Sent: Fri 6/15/2012 1:44 PM
To: Godfrey, Bruce; pycsw-devel at lists.osgeo.org
Subject: RE: [pycsw-devel] Multiple metadata standards -- one "ISO" CSW?
Exactly; the typenames parameter is the metadata type to query on (whereas the outputschema parameter is the metadata type in which to return the results). If you want to query against both, then typenames accepts a comma delimited list of typenames (i.e. fgdc:metadata,gmd:MD_Metadata). So if you to query against FGDC and want the results returned as ISO, then typenames=fgdc:metadata and outputschema=http://www.isotc211.org/2005/gmd.
Hope this helps.
..Tom
________________________________
Subject: RE: [pycsw-devel] Multiple metadata standards -- one "ISO" CSW?
Date: Fri, 15 Jun 2012 13:37:29 -0700
From: bgodfrey at uidaho.edu
To: tomkralidis at hotmail.com; pycsw-devel at lists.osgeo.org
Okay, yes, so that looks like what I need.
So to just get ISO would it look like this?:
http://dev.insideidaho.org/ogccsw/csw.py?service=CSW&version=2.0.2&request=GetRecords&CONSTRAINTLANGUAGE=CQL_TEXT&TYPENAMES=gmd:MD_Metadata&RESULTTYPE=results&OUTPUTSCHEMA=http://www.isotc211.org/2005/gmd&ELEMENTSETNAME=brief&CONSTRAINT=AnyText%20LIKE%20%27%25epscor%25%27
This request won't return FGDC records, correct? (right now I don't have any ISO iindexed).
-Bruce
From: Tom Kralidis [mailto:tomkralidis at hotmail.com]
Sent: Friday, June 15, 2012 12:10 PM
To: Godfrey, Bruce; pycsw-devel at lists.osgeo.org
Subject: RE: [pycsw-devel] Multiple metadata standards -- one "ISO" CSW?
Bruce: if I understand correctly, you'd like to load one pycsw instance with both ISO and CSDGM metadata and serve it out?
Yes, make sure your configuration server.profiles has (at least) apiso,fgdc and then pycsw supports both.
For GetRecords requests, you would then have to specify the typenames parameter with both typenames, i.e. typenames=fgdc:metadata,gmd:MD_Metadata.
Is this what you had in mind?
..Tom
________________________________
Date: Fri, 15 Jun 2012 11:33:50 -0700
From: bgodfrey at uidaho.edu
To: pycsw-devel at lists.osgeo.org
Subject: [pycsw-devel] Multiple metadata standards -- one "ISO" CSW?
If I have CSDGM and ISO metadata XML files is there a way to index records built with both standards and present them all as a CSW ISO?
Thank you,
-Bruce
Bruce Godfrey
GIS Specialist
Library
University of Idaho Coeur d'Alene
1031 N. Academic Way
Coeur d'Alene, Idaho 83814-2277
E-mail: bgodfrey at uidaho.edu
Phone: (208) 292-1407
Fax: (208) 664-1272
_______________________________________________ pycsw-devel mailing list pycsw-devel at lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/pycsw-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pycsw-devel/attachments/20120617/bf15c7e0/attachment.html>
More information about the pycsw-devel
mailing list