[GeoNode-users] UNABLE TO LOAD METADATA FROM GEONETWORK

XAVIER RAYO SARRIAS xrayo at utm.csic.es
Fri Oct 25 00:42:03 PDT 2019


Hi all,
I’ve been trying this for a few weeks with no success.
We have server with geonetwork already running and with many metadata on it.
Now I have installed geonode and uploaded some data which I would like to merge with the metadata.
I have followed the instructions here : http://docs.geonode.org/en/2.8.1/tutorials/admin/csw_settings/index.html <http://docs.geonode.org/en/2.8.1/tutorials/admin/csw_settings/index.html> modifying the settings.py file pointing it to our geonetwork server: 


# CSW settings
CATALOGUE = {
    'default': {
        # The underlying CSW implementation
        # default is pycsw in local mode (tied directly to GeoNode Django DB)
        #'ENGINE': 'geonode.catalogue.backends.pycsw_local',
        # pycsw in non-local mode
        # 'ENGINE': 'geonode.catalogue.backends.pycsw_http',
        # GeoNetwork opensource
         'ENGINE': 'geonode.catalogue.backends.geonetwork',
        # deegree and others
        # 'ENGINE': 'geonode.catalogue.backends.generic',

        # The FULLY QUALIFIED base url to the CSW instance for this GeoNode
        #'URL': urljoin(SITEURL, '/catalogue/csw'),
         'URL': 'http://myserver/geonetwork/srv/en/csw',
        # 'URL': 'http://localhost:8080/deegree-csw-demo-3.0.4/services',

        # login credentials (for GeoNetwork)
         'USER': ‘admin',
         'PASSWORD': ‘mypassword',

        # 'ALTERNATES_ONLY': True,
    }
}

Am I doing something wrong or missing something? 
What should I do to connect my geonode layers to use the metadata from our geonetwork server?

Thank very much for your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20191025/2309b1a7/attachment.html>


More information about the geonode-users mailing list