Difference between revisions of "GeoNetwork library"
From Gcube Wiki
(Created page with 'A library to interact with GeoNetwork's REST Interface to publish/modify/delete and search for Metadata.The library is designed on top of [https://github.com/geosolutions-it/geos…') |
(→Module overview) |
||
Line 2: | Line 2: | ||
=Module overview= | =Module overview= | ||
+ | |||
+ | The library is distributed as the artifact | ||
+ | |||
+ | source lang="xml"> | ||
+ | <dependency> | ||
+ | <groupId>org.gcube.spatial.data</groupId> | ||
+ | <artifactId>geonetwork</artifactId> | ||
+ | <version>...</version> | ||
+ | </dependency> | ||
+ | </source> | ||
+ | |||
+ | |||
==ISO Compatibility== | ==ISO Compatibility== | ||
==Dependecies== | ==Dependecies== | ||
==Version compatibility== | ==Version compatibility== | ||
+ | |||
=Using the library= | =Using the library= | ||
==GeoNeteorkReader== | ==GeoNeteorkReader== | ||
==GeoNetworkPublisher== | ==GeoNetworkPublisher== | ||
==Configuration== | ==Configuration== |
Revision as of 13:54, 23 May 2013
A library to interact with GeoNetwork's REST Interface to publish/modify/delete and search for Metadata.The library is designed on top of geoserver-manager library, developed by GeoSolutions. Metadata objects managed by the library are compliant to standard specification ISO 19115:2003/19139. Default configuration of the library interacts exploits Featherweight Stack functionalities to discover geonetwork available in the infrastructure.
Contents
Module overview
The library is distributed as the artifact
source lang="xml"> <dependency>
<groupId>org.gcube.spatial.data</groupId> <artifactId>geonetwork</artifactId> <version>...</version>
</dependency> </source>