Skip to content

All the transforms needed to transform the NEW Census metadata standard into the old version of ISO 19115 and ISO 19110.

License

Notifications You must be signed in to change notification settings

mattCensus/gpm2Iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpm2Iso

For NHD, ADCAN, AK: replace gmd:date gco:DateUnknown</gco:Date> </gmd:date> with <gmd:date gco:nilReason="unknown"/>

and

gmd:sourceExtent gmd:EX_Extent gmd:temporalElement gmd:EX_TemporalExtent gmd:extent gml:descriptionground condition</gml:description> <gml:timePosition indeterminatePosition="unknown"/> </gmd:extent> </gmd:EX_TemporalExtent> </gmd:temporalElement> </gmd:EX_Extent> </gmd:sourceExtent>

                 with (insert time instant)
                 
                 <gmd:sourceExtent>
                    <gmd:EX_Extent>
                       <gmd:temporalElement>
                          <gmd:EX_TemporalExtent>
                             <gmd:extent><!--in the  source citation--><!--In the NHD (source)--><!--TimePeriodD: NHD6178-->
                                <gml:TimeInstant gml:id ="NHD">
                                <gml:description>ground condition</gml:description>
                                <gml:timePosition indeterminatePosition="unknown"/></gml:TimeInstant>
                             </gmd:extent>
                          </gmd:EX_TemporalExtent>
                       </gmd:temporalElement>
                    </gmd:EX_Extent>
                 </gmd:sourceExtent>
                 
                 Fix the file:/H:/MetadataSchemas/xslts/gpm2iso/SourceInformation.xsl so that single dates can work!!!!!!!!!!!

About

All the transforms needed to transform the NEW Census metadata standard into the old version of ISO 19115 and ISO 19110.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages