0

I'm trying to get a clear view of the roles of different components here, this is not a "which is better" comparison, these components have different roles, but their functions overlap.

(Comparing different open source GIS servers? would be an answer if it included GeoNode, CKAN and Geonetwork, it links to this excellent table: http://www.geotests.net/cours/sigma/webmapping/2013/tableau6_webmapping2013.pdf)

So, can anyone help me fill in the holes / correct this table:

image of table
(source: greygreen.org)
https://gist.github.com/tbnorth/3be5b91fe10243898017

Y = Yes, N = No, < = handled by included subcomponent

"Catalog data": provide searchable web / web-map front end view.

GeoNode and GeoNetwork use GeoServer for rendering and nominally WMS etc.

CKAN uses pycsw for metadata federation.

Glorfindel
  • 1,096
  • 2
  • 9
  • 14
Terry Brown
  • 223
  • 2
  • 6

2 Answers2

0

For GeoNetwork :

  • Render maps : N (instead of <)
  • WMS : N (instead of <)
  • WFS : N (instead of <)
  • WFS-T : N (instead of <)
  • Render tiles : N (instead of <)
  • Catalog data : Y
  • Publish metadata : Y
  • Harvest metadata : Y

The "<" is not a clear answer for GeoNetwork. For example GeoNetwork and GeoServer are close but Geoserver is not a "subcomponent" of GeoNetwork.

Leasye
  • 1,136
  • 1
  • 8
  • 20
0

GeoServer has a CSW plugin that can expose the basic metadata you've configured in your layer as dublin core and ISO records. But it's really basic, good enough if you have few layers, no need for extra info, and no need to just store records without data.

Andrea Aime
  • 17,410
  • 1
  • 18
  • 28