[pycsw-devel] Multiple metadata standards -- one "ISO" CSW?

Tom Kralidis tomkralidis at hotmail.com
Fri Jun 15 13:44:01 PDT 2012



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 GodfreyGIS SpecialistLibraryUniversity of Idaho Coeur d’Alene1031 N. Academic WayCoeur d’Alene, Idaho 83814-2277E-mail: bgodfrey at uidaho.eduPhone: (208) 292-1407Fax: (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/20120615/77a53a71/attachment-0001.html>


More information about the pycsw-devel mailing list