-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
GNIP 16 - Remote Services #1330
Comments
@bwyss and mop are assigned |
Can we consider this as implemented? |
@simod, I noticed issues with external AGS REST services such as:
Should I log these as issues and we can consider it implemented but with a Would be great to have remote AGS REST services working fully for us Micah On Tue, Sep 23, 2014 at 10:13 AM, Simone Dalmasso [email protected]
|
Closing this as implemented and merged (https://github.com/GeoNode/geonode/tree/master/geonode/services). Please file separate issues for issues related to this module. (@mwengren, @byss, @simod) |
GNIP 16 - Remote Services
Overview
It is proposed to add functionality to GeoNode that allows users to configure external OGC services (WMS/WFS/WCS/CSW primarily) to be included in a GeoNode site. The various ways that an external service/layer could be configured has been discussed on the geonode list (see here https://groups.google.com/a/opengeo.org/group/geonode-dev/browse_thread/thread/7815b2b724ec4d94/cf33c41672230a36?lnk=gst&q=federation#cf33c41672230a36).
From the user perspective, a GeoNode user would be able to use a service URL, discover the advertised layers and be able to add these layers as a GeoNode layer. The layer should then be available as any "internal" layer.
Initial work under this proposal has been done by Jeffrey Johnson
https://github.com/jj0hns0n/geonode/tree/remote_services
https://github.com/jj0hns0n/geonode/tree/contrib-refactor/geonode/contrib/services
Some notes on preliminary experimentation with this branch by Matt Bertrand here:
https://docs.google.com/document/d/1hg2NMVC1uTnaOIehxcqW6_G71ISpKxiGfrUcgQZrzBU/edit?usp=sharing
Proposed By
Jeffrey Johnson
Assigned to Release
TBD
State
For Review and Comment
Motivation
Currently it is possible to add an external WMS layer to a map in GeoNode by entering the URL to the service in the Add Layer Dialog in the Map Composer, but it is not possible to add an external service such that the external layers have their own GeoNode Layer pages and the features that come along with that. Many GeoNode users have asked about 'federation' functionality which would allow them to associate other GeoNodes with the site they are working on. Adding functionality for these types of external services is the first step toward accomplishing that goal.
Proposal
It is proposed to add a new Service class to geonode.maps.models that will contain fields necessary to identify and store metadata for remote WMS, WFS, WCS and CSW services, and to develop the views necessary to allow these services to be configured. It is also likely that changes will be required in both gsconfig.py and also potentially in GeoServer to accommodate these features.
Use Cases
Issues
Testing
Extensive Integration tests will be required to validate this new set of features.
Alternatives
Do nothing. GeoNode does not currently provide this kind of functionality.
Feedback
Discussion of this proposal on geonode-dev is here.
https://groups.google.com/a/opengeo.org/group/geonode-dev/browse_thread/thread/2cc69e0174eff2d0
Voting
The text was updated successfully, but these errors were encountered: