I don't know how I can put my shapefile referenced by arccatalog =20
(ESRI) in Geonetwork in ISO 19115 format (for FDGC is ok). Who Can =20
Help Me ?
Thanks
Gerard
On Thu, 2006-11-23 at 18:26 +0000, Gérard LIGNON wrote:
I don't know how I can put my shapefile referenced by arccatalog =20
(ESRI) in Geonetwork in ISO 19115 format (for FDGC is ok). Who Can =20
Help Me ?Thanks
Hi Gerard,
If I understand well, you want to convert from FGDC schema to ISO 19115
schema ?
I've done that thanx to the very powerful Saxon Java library (and
program).
I used to use a windows-based program to do that (available on the GN
site), but now I'm on Linux, I find Saxon much more portable...
First, download Saxon (saxon8.jar) (http://saxon.sourceforge.net/)
Then get the 2 XLS transformation files and their DTD:
ESRI_ISO1.dtd
ISO_19115.dtd
ISOESRItoISO.xsl
ISOtoISOESRI.xsl
(you will find them attached to this message)
Then, type the command:
java -jar saxon8.jar -o <shape_ISO_19115.xml> <shape_FGDC.xml>
ISOESRItoISO.xsl
It will produce a shape_ISO_19115.xml file that loads well in GN
Hope that helps-
Nicolas
(attachments)
sheets.tar.gz (27.8 KB)
Hi Gérard & Nicolas, do you know if there's somewhere a stylesheet doing the
transformation between ESRI-FGDC to ISO19115 ?
Or at least ESRI-FGDC to ESRI-ISO and then we could use the iso converter to
move into Geonetwork.
Thanks for your help.
Francois
-----Message d'origine-----
De : geonetwork-users-bounces@lists.sourceforge.net
[mailto:geonetwork-users-bounces@lists.sourceforge.net] De la part de
Nicolas Ribot
Envoyé : jeudi 23 novembre 2006 22:49
À : Gérard LIGNON
Cc : geonetwork-users@lists.sourceforge.net
Objet : Re: [GeoNetwork-users] arccatalog iso 19915 import geonetwork
On Thu, 2006-11-23 at 18:26 +0000, Gérard LIGNON wrote:
I don't know how I can put my shapefile referenced by arccatalog =20
(ESRI) in Geonetwork in ISO 19115 format (for FDGC is ok). Who Can =20
Help Me ?Thanks
Hi Gerard,
If I understand well, you want to convert from FGDC schema to ISO 19115
schema ?
I've done that thanx to the very powerful Saxon Java library (and program).
I used to use a windows-based program to do that (available on the GN site),
but now I'm on Linux, I find Saxon much more portable...
First, download Saxon (saxon8.jar) (http://saxon.sourceforge.net/) Then get
the 2 XLS transformation files and their DTD:
ESRI_ISO1.dtd
ISO_19115.dtd
ISOESRItoISO.xsl
ISOtoISOESRI.xsl
(you will find them attached to this message)
Then, type the command:
java -jar saxon8.jar -o <shape_ISO_19115.xml> <shape_FGDC.xml>
ISOESRItoISO.xsl
It will produce a shape_ISO_19115.xml file that loads well in GN
Hope that helps-
Nicolas
--
Ce message a ete verifie par MailScanner pour des virus ou des polluriels et
rien de suspect n'a ete trouve.
Les donnees et renseignements contenus dans ce message sont personnels,
confidentiels et prives. Toute publication, utilisation ou diffusion, meme
partielle, doit etre autorisee.
Any data and information contained in this electronic mail is personal,
confidential and secret. Any total or partial publication, use or
distribution must be authorized.
--
Ce message a ete verifie par MailScanner pour des virus ou des polluriels et rien de suspect n'a ete trouve.
Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et prives. Toute publication, utilisation ou diffusion, meme partielle, doit etre autorisee.
Any data and information contained in this electronic mail is personal, confidential and secret. Any total or partial publication, use or distribution must be authorized.
Hi Gérard & Nicolas, do you know if there's somewhere a stylesheet doing the
transformation between ESRI-FGDC to ISO19115 ?Or at least ESRI-FGDC to ESRI-ISO and then we could use the iso converter to
move into Geonetwork.
Hi Francois,
Personnally, I used the ISOESRItoISO.xsl stylesheet to convert a ESRI
XML file into a ISO_19115 XML file to import into GN.
Nicolas