Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure CSW Harvesting #24

Closed
mwallschlaeger opened this issue Feb 28, 2023 · 4 comments
Closed

configure CSW Harvesting #24

mwallschlaeger opened this issue Feb 28, 2023 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature new required feature

Comments

@mwallschlaeger
Copy link
Contributor

Is your feature request related to a problem? Please describe. | Gehört diese neue Funktion zu einem bestehenden Problem? Welches?

as described here: https://lists.osgeo.org/pipermail/geonode-users/2015-June/000533.html

csw CATALOGUEs for harvesting can be defined in the settings.py. This must be configurable via values.yaml

Describe the solution you'd like | Beschreibe deinen Lösungsansatz

implement a list of objects which get parsed into settings.py

@mwallschlaeger mwallschlaeger added documentation Improvements or additions to documentation enhancement New feature or request feature new required feature labels Feb 28, 2023
@mwallschlaeger mwallschlaeger self-assigned this Feb 28, 2023
@gannebamm
Copy link

What would you like to do here? Using GeoNetwork as a backend catalogue is currently untested and is currently not supported.

@mwallschlaeger
Copy link
Contributor Author

What would you like to do here? Using GeoNetwork as a backend catalogue is currently untested and is currently not supported.

mmh... I thought harvesting remote csw endpoints would be possible like:

CATALOGUE = {
    'default': {
         'ENGINE': 'geonode.catalogue.backends.geonetwork',
         'URL': 'http://gissrv.aes.hs-owl.de:8080/geonetwork/srv/en/csw',
         'USER': 'admin',
         'PASSWORD': 'AwesomePassword',
     }
}

in geonode settings.py. havent tested i yet. But if its is not implemented yet, ok.

@gannebamm
Copy link

gannebamm commented Mar 1, 2023

That is what the original OP (old me :P) also thought. GeoNode can harvest WMS, ArcGIS MapServices and other GeoNode instances. You can take a look at the documentation here: https://docs.geonode.org/en/master/intermediate/harvesting/index.html#harvesting-resources-from-remote-services

It is possible to implement your own harvesters. GeoNode is a data portal and not a metadata catalogue; therefore, the harvesting of 'just' metadata resources is out of its purpose. A long time ago there was a discussion about that (GeoNode/geonode#7057 and GeoNode/geonode#6744).

@mwallschlaeger
Copy link
Contributor Author

this ist not accurate and up to date anymore. there for i close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request feature new required feature
Projects
None yet
Development

No branches or pull requests

2 participants