Releases: metadata101/iso19139.ca.HNAP
iso19139.ca.HNAP 3.12.1 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.12.1 Milestone release notes for details.
iso19139.ca.HNAP 3.10.7 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:
-
Download from releases page.
Each release includes a
jar
,zip
, anddoc
download. -
Extract contents of the
schema-iso19139.ca.HNAP
zip download intoWEB-INF/data/config/schema_plugins/iso19139.ca.HNAP
. -
Copy the
schema-iso19139.ca.HNAP
jar to geonetworkWEB-INF/libs
-
Copy the
schema-iso19139.ca.HNAP
doc to geonetworkdoc
-
Restart geonetwork
There is some custom initialization code run when GeoNetwork starts up:
-
The plugin includes will check the GeoNetwork Data Directory
ThesauriDir
to see if the HNAP Thesauruses are already installed. -
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.
iso19139.ca.HNAP 3.10.6 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.6.0 Milestone release notes for details.
The project does not maintain a mailing list, instead please open up an issue with the discussion tag.
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:
-
Download from releases page.
Each release includes a
jar
,zip
, anddoc
download. -
Extract contents of the
schema-iso19139.ca.HNAP
zip download intoWEB-INF/data/config/schema_plugins/iso19139.ca.HNAP
. -
Copy the
schema-iso19139.ca.HNAP
jar to geonetworkWEB-INF/libs
-
Copy the
schema-iso19139.ca.HNAP
doc to geonetworkdoc
-
Restart geonetwork
There is some custom initialization code run when GeoNetwork starts up:
-
The plugin includes will check the GeoNetwork Data Directory
ThesauriDir
to see if the HNAP Thesauruses are already installed. -
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.
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.
iso19139.ca.HNAP 3.10.5 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.5.0 Milestone release notes for details.
Installation
GeoNetwork version to use with this plugin
Use GeoNetwork 3.10.5-0
, 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:
-
Copy the content of the folder
schemas/iso19139.ca.HNAP/src/main/plugin
toWEB-INF/data/config/schema_plugins/iso19139.ca.HNAP
. -
Copy the
schema-iso19139.ca.HNAP-3.10.5-0.jar
to geonetworkWEB-INF/libs
-
Restart geonetwork
There is some custom initialization code run when GeoNetwork starts up:
-
The plugin includes will check the GeoNetwork Data Directory
ThesauriDir
to see if the HNAP Thesauruses are already installed. -
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.
Building
Adding the plugin to the source code
The best approach is to add the plugin as a submodule:
-
Use add-schema.sh for automatic deployment:
./add-schema.sh iso19139.ca.HNAP https://github.com/metadata101/iso19139.ca.HNAP 3.10.x
-
Build the application:
mvn clean install -Penv-prod -DskipTests
-
Once the application is built, the war file contains the schema plugin:
cd web mvn jetty:run -Penv-dev
iso19139.ca.HNAP 3.10.4 Release
Thanks to @ianwallen, @davidblasby, @jodygarnett, and @geothorne for contributing to this initial release of the HNAP ISO19139/119 schema plugin for GeoNetwork.
This release is made in conjunction with core-geonetwork 3.10.4. See Milestone 3.10.4 for more details.
Building
-
Checkout the core-geonetwork 3.10.4 tag locally
-
Use
add-schema
to add the schema-plugin./add-schema.sh iso19115-3 https://github.com/metadata101/iso19115-3 3.10.4
-
Edit
services/pom.xml
changing theiso19139.ca.HNAP
dependency to the3.10.4
release:<dependency> <groupId>${project.groupId}</groupId> <artifactId>schema-iso19139.ca.HNAP</artifactId> <version>3.10.4</version> <!-- was ${gn.schemas.version} --> <scope>test</scope> </dependency>
-
Edit
web/pom.xml
changing theiso19139.ca.HNAP
dependency to the3.10.4
release:<dependency> <groupId>${project.groupId}</groupId> <artifactId>schema-iso19139.ca.HNAP</artifactId> <version>3.10.4</version> <!-- was ${gn.schemas.version} --> <scope>test</scope> </dependency>
Installation
-
Use with core-geonetwork 3.10.4 release.
-
Copy the release
jar
below to geonetworkWEB-INF/lib
folder. -
Copy the release
zip
below to theschemas
folder. -
Restart
geonetwork
. -
Please note that this schema plugin provides additional settings, allowing greater control of organization name.