[GeoNetwork-users] Enable INSPIRE options

Hey all,

I am trying to set up a GN-Server with all INSPIRE options turned on but I got 2 problems meanwhile!
The GN Version is 2.6.3!

--
-----------------------------------------------------------------------------
SCHEMATRON VALIDATION FOR INSPIRE:
Could someone describe step by step how to enable the Schematron validation for INSPIRE.
Frankly speaking I have no idea how it should be done.
I read the report "INSPIRE support in GeoNetwork opensource" but for the 2.6.x series it just says
"manually copy INSPIRE Schematron from source or to run 'ant inspire' in the Schematrons directory".

I found the file <CATALINA BASE>/webapps/geonetwork/xml/schemas/iso19139/process/inspire-add-conformity.xsl.
Is this the correct file to add the INSPIRE schematron validation?
And how can I activate it? I have actually no idea what "run 'ant inspire'" should mean!?

--
-----------------------------------------------------------------------------
TEMPORAL REFERENCE INDEXING
The document "INSPIRE support in GeoNetwork opensource" describes how to include date of publication, revision
or creation date in the LUCENE index.
It says that parameter "useDateAsTemporalExtend" in file <CATALINA BASE>/webapps/geonetwork/xml/schemas/iso19139/index-fields.xml
has to be set to true.

The section in the file looks as follows:

<xsl:param name="inspire">false</xsl:param>

<!-- If identification creation, publication and revision date
           should be indexed as a temporal extent information (eg. in INSPIRE
           metadata implementing rules, those elements are defined as part
           of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="false()"/>

Would this be the right configuration?

<xsl:param name="inspire">true</xsl:param>

<!-- If identification creation, publication and revision date
           should be indexed as a temporal extent information (eg. in INSPIRE
           metadata implementing rules, those elements are defined as part
           of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="true()"/>

--
-----------------------------------------------------------------------------

Thanks for any help!

Till

--
Johann Heinrich von Thünen-Institut

Bundesforschungsinstitut für Ländliche Räume, Wald und Fischerei

- Institut für Waldökologie und Waldinventuren Eberswalde -

Alfred-Möller-Straße 1

16225 Eberswalde

Deutschland

Telefon/Mailbox: +49 (0)3334 65-310

E-Mail: till.kirchner@anonymised.com

http://www.vti.bund.de

Hi Till ,
don't know if could be useful but I found (thanks to Francois Prunayre)
this:
http://trac.osgeo.org/geonetwork/wiki/InspireView

in particular, it is quite simple to enable the inspire view:
look for .../geonetwork/WEB-INF/config-gui.xml
search for the metadata tab and modify it in this way:

<metadata-tab>
<simple flat="true" default="true"/>
<advanced/>
<iso/>
<inspire flat="true"/>
<xml/>
</metadata-tab>

restart geonetwork

the inspire view is anable just above the default view

hope this help

Ivan

Il giorno ven, 11/03/2011 alle 11.25 +0100, Till Kirchner ha scritto:

Hey all,

I am trying to set up a GN-Server with all INSPIRE options turned on but
I got 2 problems meanwhile!
The GN Version is 2.6.3!

--
-----------------------------------------------------------------------------
SCHEMATRON VALIDATION FOR INSPIRE:
Could someone describe step by step how to enable the Schematron
validation for INSPIRE.
Frankly speaking I have no idea how it should be done.
I read the report "INSPIRE support in GeoNetwork opensource" but for the
2.6.x series it just says
"manually copy INSPIRE Schematron from source or to run 'ant inspire' in
the Schematrons directory".

I found the file <CATALINA
BASE>/webapps/geonetwork/xml/schemas/iso19139/process/inspire-add-conformity.xsl.
Is this the correct file to add the INSPIRE schematron validation?
And how can I activate it? I have actually no idea what "run 'ant
inspire'" should mean!?

--
-----------------------------------------------------------------------------
TEMPORAL REFERENCE INDEXING
The document "INSPIRE support in GeoNetwork opensource" describes how to
include date of publication, revision
or creation date in the LUCENE index.
It says that parameter "useDateAsTemporalExtend" in file <CATALINA
BASE>/webapps/geonetwork/xml/schemas/iso19139/index-fields.xml
has to be set to true.

The section in the file looks as follows:

<xsl:param name="inspire">false</xsl:param>

<!-- If identification creation, publication and revision date
           should be indexed as a temporal extent information (eg. in
INSPIRE
           metadata implementing rules, those elements are defined as part
           of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="false()"/>

Would this be the right configuration?

<xsl:param name="inspire">true</xsl:param>

<!-- If identification creation, publication and revision date
           should be indexed as a temporal extent information (eg. in
INSPIRE
           metadata implementing rules, those elements are defined as part
           of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="true()"/>

--
-----------------------------------------------------------------------------

Thanks for any help!

Till

--
Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt.
Preferisco formati liberi.
Please try to avoid to send me .dwg, .doc, .xls, .ppt files.
I prefer free formats.
http://it.wikipedia.org/wiki/Formato_aperto
http://en.wikipedia.org/wiki/Open_format

Ivan Marchesini
Perugia (Italy)
Socio fondatore GFOSS "Geospatial Free and Open Source Software" http://www.gfoss.it
e-mail: ivan.marchesini@anonymised.com
        ivan.marchesini@anonymised.com
fax (mailfax): +39 1782092534
jabber: geoivan73@anonymised.com
skype: geoivan73

I have the same problem.... may be in the directory
geonetwork/xml/schemas/iso19139 we can add a file like
schematron-rules-iso.xls..... so some thig like this:
schematron-rules-inspire.xls

Where this file can be downloaded???

Il 11 marzo 2011 18:54, ivan marchesini <ivan.marchesini@anonymised.com> ha scritto:

Hi Till ,
don't know if could be useful but I found (thanks to Francois Prunayre)
this:
http://trac.osgeo.org/geonetwork/wiki/InspireView

in particular, it is quite simple to enable the inspire view:
look for .../geonetwork/WEB-INF/config-gui.xml
search for the metadata tab and modify it in this way:

<metadata-tab>
<simple flat="true" default="true"/>
<advanced/>
<iso/>
<inspire flat="true"/>
<xml/>
</metadata-tab>

restart geonetwork

the inspire view is anable just above the default view

hope this help

Ivan

Il giorno ven, 11/03/2011 alle 11.25 +0100, Till Kirchner ha scritto:

Hey all,

I am trying to set up a GN-Server with all INSPIRE options turned on but
I got 2 problems meanwhile!
The GN Version is 2.6.3!

--
-----------------------------------------------------------------------------
SCHEMATRON VALIDATION FOR INSPIRE:
Could someone describe step by step how to enable the Schematron
validation for INSPIRE.
Frankly speaking I have no idea how it should be done.
I read the report "INSPIRE support in GeoNetwork opensource" but for the
2.6.x series it just says
"manually copy INSPIRE Schematron from source or to run 'ant inspire' in
the Schematrons directory".

I found the file <CATALINA
BASE>/webapps/geonetwork/xml/schemas/iso19139/process/inspire-add-conformity.xsl.
Is this the correct file to add the INSPIRE schematron validation?
And how can I activate it? I have actually no idea what "run 'ant
inspire'" should mean!?

--
-----------------------------------------------------------------------------
TEMPORAL REFERENCE INDEXING
The document "INSPIRE support in GeoNetwork opensource" describes how to
include date of publication, revision
or creation date in the LUCENE index.
It says that parameter "useDateAsTemporalExtend" in file <CATALINA
BASE>/webapps/geonetwork/xml/schemas/iso19139/index-fields.xml
has to be set to true.

The section in the file looks as follows:

<xsl:param name="inspire">false</xsl:param>

<!-- If identification creation, publication and revision date
should be indexed as a temporal extent information (eg. in
INSPIRE
metadata implementing rules, those elements are defined as part
of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="false()"/>

Would this be the right configuration?

<xsl:param name="inspire">true</xsl:param>

<!-- If identification creation, publication and revision date
should be indexed as a temporal extent information (eg. in
INSPIRE
metadata implementing rules, those elements are defined as part
of the description of the temporal extent). -->
<xsl:variable name="useDateAsTemporalExtent" select="true()"/>

--
-----------------------------------------------------------------------------

Thanks for any help!

Till

--
Ti prego di cercare di non inviarmi files .dwg, .doc, .xls, .ppt.
Preferisco formati liberi.
Please try to avoid to send me .dwg, .doc, .xls, .ppt files.
I prefer free formats.
http://it.wikipedia.org/wiki/Formato_aperto
http://en.wikipedia.org/wiki/Open_format

Ivan Marchesini
Perugia (Italy)
Socio fondatore GFOSS "Geospatial Free and Open Source Software" http://www.gfoss.it
e-mail: ivan.marchesini@anonymised.com
ivan.marchesini@anonymised.com
fax (mailfax): +39 1782092534
jabber: geoivan73@anonymised.com
skype: geoivan73

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

--
Ing. Francesco D'Amore
blog: www.marinajonica.org
linkedin: http://www.linkedin.com/in/francescodamore
Consiglio Nazionale delle Ricerche - Istituto di Inquinamento Atmosferico (IIA)
Ph. D. Student at University of Calabria - DEIS