CINERGI / DDH-Work

0 stars 0 forks source link

Spatial Enhancer add keywords with spatial terms #23

Open valentinedwv opened 6 years ago

valentinedwv commented 6 years ago

Use the NOAA blessed approach to add some hierarchy to keyword names:

Earth>Admin Area 1 > Dominican Republic Earth>Ocean > Pacific

etc

valentinedwv commented 6 years ago

We can do this in the ISO at each geographic extent, gmd:code https://geo-ide.noaa.gov/wiki/index.php?title=ISO_Extents


        <gmd:geographicElement>
            <gmd:EX_GeographicDescription>
                <gmd:geographicIdentifier>
                    <gmd:MD_Identifier>
                        <gmd:authority>
                            <gmd:CI_Citation>
                                <gmd:title>
                                    <gco:CharacterString>NASA/GCMD Location Keywords</gco:CharacterString>
                                </gmd:title>
                                <gmd:date>
                                    <gmd:CI_Date>
                                        <gmd:date>
                                            <gco:Date>2009-01-01</gco:Date>
                                        </gmd:date>
                                        <gmd:dateType>
                                            <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="revision">revision</gmd:CI_DateTypeCode>
                                        </gmd:dateType>
                                    </gmd:CI_Date>
                                </gmd:date>
                            </gmd:CI_Citation>
                        </gmd:authority>
                        <gmd:code>
                            <gco:CharacterString>Location > Geographic Region > Global Ocean</gco:CharacterString>
                        </gmd:code>
                    </gmd:MD_Identifier>
                </gmd:geographicIdentifier>
            </gmd:EX_GeographicDescription>
        </gmd:geographicElement>