Hello,
As you certainly know the European commission has publish a draft proposal
named INSPIRE concerning the implementing rules on metadata for the member
of Europe. The version3 is publish and open to public consultation until the
21 December.
I try to implement the rules on metadata using Geonetwork, and i have a
problem with two fields.
for the validation step.
1 ) The first is the resolution distance :
//IdentificationInfo/spatialResolution/distance
Geonetwork create the xml like that :
<gco:Distance>3</gco:Distance>
And the validation don't work so i add manually the “uom” element on the xml
for the validation
<gco:Distance uom="Metres">3</gco:Distance>
Is it possible to add automatically this field ?
2 ) The second point concern the TemporalExtent element
//IdentificationInfo/extent/temporalElement
I correct it using what said Jeroen Ticheler on his post :
http://www.nabble.com/Dealing-with-time-in-GML-part-2-tf4422807s18419.html#a12615328
Is that corrected on the trunk ?
If that ok, which files are concerned ? I wish i can get changed files to
compile my own version working with the stable sources branches 2.1
Thank you very much
Fabien
--
View this message in context: http://www.nabble.com/INSPIRE-rules-and-validation-tf4887176s18419.html#a13988375
Sent from the geonetwork-users mailing list archive at Nabble.com.
Hello,
If someone is interested, the subject move on the geonetwork-devel part
http://www.nabble.com/forum/ViewPost.jtp?post=13993226&framed=y&skin=18419
Cheer, Fabien
FBachraty wrote:
Hello,
As you certainly know the European commission has publish a draft proposal
named INSPIRE concerning the implementing rules on metadata for the member
of Europe. The version3 is publish and open to public consultation until
the 21 December.
I try to implement the rules on metadata using Geonetwork, and i have a
problem with two fields.
for the validation step.
1 ) The first is the resolution distance :
//IdentificationInfo/spatialResolution/distance
Geonetwork create the xml like that :
<gco:Distance>3</gco:Distance>
And the validation don't work so i add manually the “uom” element on the
xml for the validation
<gco:Distance uom="Metres">3</gco:Distance>
Is it possible to add automatically this field ?
2 ) The second point concern the TemporalExtent element
//IdentificationInfo/extent/temporalElement
I correct it using what said Jeroen Ticheler on his post :
http://www.nabble.com/Dealing-with-time-in-GML-part-2-tf4422807s18419.html#a12615328
Is that corrected on the trunk ?
If that ok, which files are concerned ? I wish i can get changed files to
compile my own version working with the stable sources branches 2.1
Thank you very much
Fabien
--
View this message in context: http://www.nabble.com/INSPIRE-rules-and-validation-tf4887176s18419.html#a14025166
Sent from the geonetwork-users mailing list archive at Nabble.com.