gher-uliege / DIVAnd.jl

DIVAnd performs an n-dimensional variational analysis of arbitrarily located observations
GNU General Public License v2.0
72 stars 11 forks source link

Update emodnet-chemistry.mustache following the attached Sextant xml #14

Closed meliezer closed 5 years ago

meliezer commented 6 years ago

The attached example follows the new template. sextant_final_example.xml.zip Please note that we always have EMODnet Chemistry as keyword. Please make sure that the new feature of WMS names (WMSlayername) still functions after modifying the Mustache file.

Alexander-Barth commented 6 years ago

@ctroupin do you have everything to make the changes? Thanks

ctroupin commented 6 years ago

Yes, as Menashè confirmed this one was validates, I can go on!

ctroupin commented 6 years ago

Ok so a few commends or doubts concerning the new template. The file I'm working on it the branch NewXMLtemplate2:

meliezer commented 6 years ago

Charles, It would be easier pointing me to a concrete xml frament. I don't see the multiple tags. Anyway, Erwann should be able to reply. I haven't edited xml files, but worked with Sextant. In my example there was also the individualName of the originator, which at least for now is always empty for EMODnet Chemistry, so you ignore it. As for SeaDataCloud, you should speak with them.

Also the multiple email addresses, I don't see it.

ctroupin commented 6 years ago

ok, let's be more explicit: in the new template

lines 20 → 22

<gmd:individualName gco:nilReason="missing">
        <gco:CharacterString />
</gmd:individualName>

lines 171 → 173

<gmd:individualName>
            <gco:CharacterString>John</gco:CharacterString>
</gmd:individualName>

And the tag <gmd:pointOfContact> appears

  1. from lines 110 to 168 then
  2. from lines 169 to 192

anyway, I'm contacting now Erwann and let you know.

meliezer commented 6 years ago

lines 20 → 22: responsible party, only organisation, no name. It's correct. lines 171 → 173: in this case it's under gmd:pointOfContact and it has the role of author. For now is always empty for EMODnet Chemistry.

No multiple tags, please note that gmd:role is different: author or originator.

ctroupin commented 6 years ago

ok thanks, now it's clearer.

Alexander-Barth commented 5 years ago

branch NewXMLtemplate2 is merged.