[Geonetwork-devel] how to extend metadata profile

Hi Andrea and Jeroen!

Thanks a lot for your help, I managed to add a copy of iso19115 as a new metadata profile. What are your plans regarding 19139? Are you going to add this as another schema or will you map iso19115 to iso19139 input/output? (So, is it better do adapt the 19115 or 19139 files?) What about csw, will it support all schema (dc, csdgm, iso) available in geonetwork?

Kind regards!
Martin

Andrea Carboni wrote:

First, you have to add another entry into the web/xml/schemas folder.
Geonetwork loads all entries that it finds there automatically. You can just replicate the 'iso19115' folder as is and start working on it.

Second, you have to setup the search template, located into web/xml/search.

Cheers,

> Andrea
>

Hi Martin,

now the iso19139 has been added to geonetwork together to the iso19115.
The idea in geonetwork 2.1 is to have both because the migration script
will migrate 19115 metadata into 19139. In future versions probably the
19115 will be removed so it is better to adapt the 19139 files.

Regarding catalogues, they work natively on the ISO19139 (metadata can
be returned both in ogc-core and iso-profile schema), work for FGDC and DC
(returning metadata only in the ogc-core schema) and don't work for ISO19115.

Cheers,
Andrea

Hi Andrea and Jeroen!

Thanks a lot for your help, I managed to add a copy of iso19115 as a new
metadata profile. What are your plans regarding 19139? Are you going to
add this as another schema or will you map iso19115 to iso19139
input/output? (So, is it better do adapt the 19115 or 19139 files?) What
about csw, will it support all schema (dc, csdgm, iso) available in
geonetwork?

Kind regards!
Martin

Andrea Carboni wrote:
> First, you have to add another entry into the web/xml/schemas folder.
> Geonetwork loads all entries that it finds there automatically. You
> can just replicate the 'iso19115' folder as is and start working on
> it.
>
> Second, you have to setup the search template, located into
> web/xml/search.
>
> Cheers,
> Andrea