for the affiliations of the AMMA-CATCH contributors (PIs and DB managers) : retrieve city and country from CSW getRecords
Objective: retrieve the city and country of the PIs and PointOfContact affiliations from CSW getRecords in order to get rid off names_override.csv file
@see: gmd:CI_RoleCode codeListValue="principalInvestigator" + gmd:CI_RoleCode codeListValue="pointOfContact" gmd:CI_RoleCode codeListValue="pointOfContact"
Update the csw2txt.xsl to retrieve city and country from CSW getRecords in fields:
<gmd:contact>
<gmd:CI_ResponsibleParty>
<gmd:individualName>
<gco:CharacterString>Bernard Cappelaere</gco:CharacterString>
</gmd:individualName>
<gmd:organisationName>
<gco:CharacterString>HydroSciences Montpellier (HSM)</gco:CharacterString>
</gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:address>
<gmd:CI_Address>
<gmd:city>
<gco:CharacterString>Montpellier</gco:CharacterString>
</gmd:city>
<gmd:country>
<gco:CharacterString>France</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>bernard.cappelaere@ird.fr</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<gmd:CI_RoleCode codeListValue="principalInvestigator" codeList="http://schemas.opengis.net/iso/19139/20070417/resources/Codelist/gmxCodelists.xml#CI_RoleCode">Principal investigator</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:contact>
<gmd:contact>
<gmd:CI_ResponsibleParty>
<gmd:individualName>
<gco:CharacterString>Véronique Chaffard</gco:CharacterString>
</gmd:individualName>
<gmd:organisationName>
<gco:CharacterString>Institut des Géosciences de l'Environnement (IGE)</gco:CharacterString>
</gmd:organisationName>
<gmd:contactInfo>
<gmd:CI_Contact>
<gmd:address>
<gmd:CI_Address>
<gmd:city>
<gco:CharacterString>Grenoble</gco:CharacterString>
</gmd:city>
<gmd:country>
<gco:CharacterString>France</gco:CharacterString>
</gmd:country>
<gmd:electronicMailAddress>
<gco:CharacterString>veronique.chaffard@ird.fr</gco:CharacterString>
</gmd:electronicMailAddress>
</gmd:CI_Address>
</gmd:address>
</gmd:CI_Contact>
</gmd:contactInfo>
<gmd:role>
<gmd:CI_RoleCode codeListValue="pointOfContact" codeList="http://schemas.opengis.net/iso/19139/20070417/resources/Codelist/gmxCodelists.xml#CI_RoleCode">Point of contact</gmd:CI_RoleCode>
</gmd:role>
</gmd:CI_ResponsibleParty>
</gmd:contact>