Skip to content

iso19139.ca.HNAP 3.10.7 Release

Compare
Choose a tag to compare
@jodygarnett jodygarnett released this 15 Jul 16:38
· 168 commits to 3.12.x since this release

ISO Harmonized North American Profile (HNAP) plugin for GeoNetwork

The Canadian GeoNetwork community is pleased share the ISO Harmonized North American Profile (HNAP) schema plugin. This is a bilingual extension of the North American Profile of ISO 19115:2003 - Geographic information - Metadata used nationally.

For details on this release see 3.10.7 Milestone release notes for details.

User Manual

User Manual (HNAP) is provided for end-users. The user manual explores catalog use using HNAP examples. This is an end-user supliment to the far more technical GeoNetwork User and Developer Manuals.

This user manual is available for local installation.

Communication

The project issue tracker is used for communication, with ongoing topics tagged discussion.

Installation

GeoNetwork version to use with this plugin

Use GeoNetwork 3.10.x, not tested with prior versions!

The schema plugin editor makes use of a number of controls for editing structured text fields requiring newer releases of core-geonetwork.

Deploy the profile in an existing installation

The plugin can be deployed manually in an existing GeoNetwork installation:

  1. Download from releases page.

    Each release includes a jar, zip, and doc download.

  2. Extract contents of the schema-iso19139.ca.HNAP zip download into WEB-INF/data/config/schema_plugins/iso19139.ca.HNAP.

  3. Copy the schema-iso19139.ca.HNAP jar to geonetwork WEB-INF/libs

  4. Copy the schema-iso19139.ca.HNAP doc to geonetwork doc

  5. Restart geonetwork

There is some custom initialization code run when GeoNetwork starts up:

  1. The plugin includes will check the GeoNetwork Data Directory ThesauriDir to see if the HNAP Thesauruses are already installed.

  2. If they are not (i.e. this is the very first run of GeoNetwork with the HNAP Schema), the required thesaurus files are are copied from the jar into to the correct location in the Data Directory.

See SchemaInitializer.java for details.