Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix country element in 19115-2 and 19115-1 writers #254

Open
3 tasks
chris-macdermaid opened this issue Aug 14, 2023 · 0 comments
Open
3 tasks

Fix country element in 19115-2 and 19115-1 writers #254

chris-macdermaid opened this issue Aug 14, 2023 · 0 comments

Comments

@chris-macdermaid
Copy link
Collaborator

chris-macdermaid commented Aug 14, 2023

  • Fix country element in 19115-2 and 19115-1 writers
  • Check/fix 19110 writer
  • Update tests using the country element

mdTranslator 19115-2

<gmd:country>
            <gmd:CountryCode codeList="http://mdtranslator.adiwg.org/api/codelists?format=xml#CountryCode" codeListValue="US" codeSpace="userCode"/>
</gmd:country> 

mdTranslator 19115-1

<lan:country>
          <lan:CountryCode codeList="http://mdtranslator.adiwg.org/api/codelists?format=xml#CountryCode" codeListValue="US" codeSpace="userCode"/>
</lan:country> 

BLM example (created with ArcGIS) 19115-2

<gmd:country>
     <gmd:Country codeList="http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm" codeListValue="US" codeSpace="ISO3166-1">US</Country>
</gmd:country>

NOAA Workbook examples 19115-2

<gmd:country>
     <gmd:Country codeList="../Codelist/ML_gmxCodelists.xml#Country" codeListValue="US">US</gmd:Country>
</gmd:country>

ESIP ISO Explorer Guidance
https://wiki.esipfed.org/PT_Locale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant