Batch import iso19115

3 messages Options Options
Embed this Post
Permalink
José Vicente Higón Valero

Batch import iso19115

Reply Threaded MoreMore options
Print post
Permalink
Hi,
I want to import some iso19115 metadata files into the new geonetwork release.
The batch import works fine,in fact, I get this message after the import
<ok>records:1</ok>
But, when I try to make a search (as administrator) I can't get any result.
However, If I use the "Search for Unused" tool, I can see the imported
metadata.
I've attached the XML and this is my enviroment:
- Geonetwork 2.2.0RC2
- Linux SO

Are there any restriction in order to import iso19115 metadata?

Thanks in advance.

--
José Vicente Higón Valero
Grupo desarrollo gvSIG.
IVER TI S.A.
C/Salamanca, 50-52 46005-Valencia
Tlf.+34963163400
http://www.iver.es
http://www.gvsig.com 
http://www.gvsig.gva.es


Este mensaje y sus archivos son confidenciales. No est� permitida su reproducci�n o distribuci�n sin la autorizaci�n expresa de "IVER Tecnolog�as de la Informaci�n". Si usted no es el destinatario previsto, queda desautorizado cualquier uso, acceso o copia de este mensaje. Si ha recibido este mensaje por error, por favor b�rrelo e inf�rmenos por esta misma v�a.

<?xml version="1.0" encoding="UTF-8"?>
<Metadata>
    <mdFileID>7</mdFileID>
    <mdChar>
        <CharSetCd value="utf8"/>
    </mdChar>
    <mdContact>
        <rpCntInfo>
            <cntPhone/>
            <cntAddress/>
        </rpCntInfo>
        <role>
            <RoleCd value="publisher"/>
        </role>
    </mdContact>
    <mdDateSt>2007-01-25 12:47:45</mdDateSt>
    <mdStanName>ISO 19115</mdStanName>
    <mdStanVer>FDIS</mdStanVer>
    <dataIdInfo>
        <idCitation>
            <resTitle>prueba</resTitle>
            <resRefDate>
                <refDate>2007-01-15</refDate>
                <refDateType>
                    <DateTypCd value="publication"/>
                </refDateType>
            </resRefDate>
        </idCitation>
        <idAbs>resumen de ejemplo</idAbs>
        <resConst>
            <LegConsts/>
        </resConst>
        <resMaint>
            <maintFreq>
                <MaintFreqCd value="unknown"/>
            </maintFreq>
        </resMaint>
        <dataScale>
            <equScale>
                <rfDenom>300000</rfDenom>
            </equScale>
        </dataScale>
        <dataLang>
            <languageCode value="es"/>
        </dataLang>
        <tpCat>
            <TopicCatCd value="transportation"/>
        </tpCat>
    </dataIdInfo>
</Metadata>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@...
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
Renaud Michaelis

Re: Batch import iso19115

Reply Threaded MoreMore options
Print post
Permalink
Hello,

I had the same kind of problem, because no bounding box was defined.
I solved my problem by adding a bounding box in my metadata.

I hope it helps,


Renaud

2008/3/17 José Vicente <josevicente.higon@...>:

> Hi,
> I want to import some iso19115 metadata files into the new geonetwork
> release.
> The batch import works fine,in fact, I get this message after the import
> <ok>records:1</ok>
> But, when I try to make a search (as administrator) I can't get any
> result.
> However, If I use the "Search for Unused" tool, I can see the imported
> metadata.
> I've attached the XML and this is my enviroment:
> - Geonetwork 2.2.0RC2
> - Linux SO
>
> Are there any restriction in order to import iso19115 metadata?
>
> Thanks in advance.
>
> --
> José Vicente Higón Valero
> Grupo desarrollo gvSIG.
> IVER TI S.A.
> C/Salamanca, 50-52 46005-Valencia
> Tlf.+34963163400
> http://www.iver.es
> http://www.gvsig.com
> http://www.gvsig.gva.es
>
>
> Este mensaje y sus archivos son confidenciales. No está permitida su
> reproducción o distribución sin la autorización expresa de "IVER Tecnologías
> de la Información". Si usted no es el destinatario previsto, queda
> desautorizado cualquier uso, acceso o copia de este mensaje. Si ha recibido
> este mensaje por error, por favor bórrelo e infórmenos por esta misma vía.
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@...
> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> GeoNetwork OpenSource is maintained at
> http://sourceforge.net/projects/geonetwork
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@...
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork
José Vicente Higón-2

Re: Batch import iso19115

Reply Threaded MoreMore options
Print post
Permalink
El Monday 17 March 2008 14:16:38 Renaud Michaëlis escribió:
> Hello,
>
> I had the same kind of problem, because no bounding box was defined.
> I solved my problem by adding a bounding box in my metadata.
>
> I hope it helps,
>
>
> Renaud
Thanks a lot for your answer.
You're right, I had to add the bounding box.
I've attached the example metadata modified.
Greetings

>
> 2008/3/17 José Vicente <josevicente.higon@...>:
> > Hi,
> > I want to import some iso19115 metadata files into the new geonetwork
> > release.
> > The batch import works fine,in fact, I get this message after the import
> > <ok>records:1</ok>
> > But, when I try to make a search (as administrator) I can't get any
> > result.
> > However, If I use the "Search for Unused" tool, I can see the imported
> > metadata.
> > I've attached the XML and this is my enviroment:
> > - Geonetwork 2.2.0RC2
> > - Linux SO
> >
> > Are there any restriction in order to import iso19115 metadata?
> >
> > Thanks in advance.
> >
> > --
> > José Vicente Higón Valero
> > Grupo desarrollo gvSIG.
> > IVER TI S.A.
> > C/Salamanca, 50-52 46005-Valencia
> > Tlf.+34963163400
> > http://www.iver.es
> > http://www.gvsig.com
> > http://www.gvsig.gva.es
> >
> >
> > Este mensaje y sus archivos son confidenciales. No está permitida su
> > reproducción o distribución sin la autorización expresa de "IVER
> > Tecnologías de la Información". Si usted no es el destinatario previsto,
> > queda desautorizado cualquier uso, acceso o copia de este mensaje. Si ha
> > recibido este mensaje por error, por favor bórrelo e infórmenos por esta
> > misma vía.
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > GeoNetwork-users mailing list
> > GeoNetwork-users@...
> > https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> > GeoNetwork OpenSource is maintained at
> > http://sourceforge.net/projects/geonetwork
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> GeoNetwork-users mailing list
> GeoNetwork-users@...
> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
> GeoNetwork OpenSource is maintained at
> http://sourceforge.net/projects/geonetwork


<?xml version="1.0" encoding="UTF-8"?>
<Metadata>
    <mdFileID>7</mdFileID>
    <mdChar>
        <CharSetCd value="utf8"/>
    </mdChar>
    <mdContact>
        <rpCntInfo>
            <cntPhone/>
            <cntAddress/>
        </rpCntInfo>
        <role>
            <RoleCd value="publisher"/>
        </role>
    </mdContact>
    <mdDateSt>2007-01-25 12:47:45</mdDateSt>
    <mdStanName>ISO 19115</mdStanName>
    <mdStanVer>FDIS</mdStanVer>
    <dataIdInfo>
                        <geoBox>
                        <westBL>-141.00299</westBL>
                        <eastBL>-52.61736</eastBL>
                        <southBL>41.67555</southBL>
                        <northBL>83.11388</northBL>
                </geoBox>


        <idCitation>
            <resTitle>prueba</resTitle>
            <resRefDate>
                <refDate>2007-01-15</refDate>
                <refDateType>
                    <DateTypCd value="publication"/>
                </refDateType>
            </resRefDate>
        </idCitation>
        <idAbs>resumen de ejemplo</idAbs>
        <resConst>
            <LegConsts/>
        </resConst>
        <resMaint>
            <maintFreq>
                <MaintFreqCd value="unknown"/>
            </maintFreq>
        </resMaint>
        <dataScale>
            <equScale>
                <rfDenom>300000</rfDenom>
            </equScale>
        </dataScale>
        <dataLang>
            <languageCode value="es"/>
        </dataLang>
        <tpCat>
            <TopicCatCd value="transportation"/>
        </tpCat>
    </dataIdInfo>
</Metadata>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@...
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork