GeoNode OWS listing. Exposes url which lists all OWS endpoints used by layers.
Project description
GeoNode OWS endpoints
---------------------
This is simple application that will list used OWS (WMS, WFS and other) endpoints used by GeoNode instance. If integrated with directions from this file, endpoints should be available at `/api/ows_endpoints/` path.
Requirements
============
*GeoNode<2.7 instance*. GeoNode 2.7 and newer have this application in core. This package is a backport of that application for older installations.
Installation
============
1. install package with PIP:
```
pip install geonode-ows-endpoints
```
2. customize urls
If you have customized urls, add following code to your urls file:
```
urlpatterns += [url('^', include('geonode_ows_endpoints.urls'))]
```
If you don't have customized urls, you can use urlpatterns provided by this application in `geonode_ows_endpoints.custom_urls`. Then, you should also add following line to your settings file:
```
ROOT_URLCONF = 'geonode_ows_endpoints.custom_urls'
```
3. update your settings
Include this in your settings.py file (or settings module pointed by `DJANGO_SETTINGS_MODULE`):
```
INSTALLED_APPS += ('geonode_ows_endpoints',)
```
Usage
=====
This application exposes URL which lists endpoints to OWS used by layers. It is used by GeoHealthCheck to automatically populate monitored resources from URL to home page of GeoNode instance.
---------------------
This is simple application that will list used OWS (WMS, WFS and other) endpoints used by GeoNode instance. If integrated with directions from this file, endpoints should be available at `/api/ows_endpoints/` path.
Requirements
============
*GeoNode<2.7 instance*. GeoNode 2.7 and newer have this application in core. This package is a backport of that application for older installations.
Installation
============
1. install package with PIP:
```
pip install geonode-ows-endpoints
```
2. customize urls
If you have customized urls, add following code to your urls file:
```
urlpatterns += [url('^', include('geonode_ows_endpoints.urls'))]
```
If you don't have customized urls, you can use urlpatterns provided by this application in `geonode_ows_endpoints.custom_urls`. Then, you should also add following line to your settings file:
```
ROOT_URLCONF = 'geonode_ows_endpoints.custom_urls'
```
3. update your settings
Include this in your settings.py file (or settings module pointed by `DJANGO_SETTINGS_MODULE`):
```
INSTALLED_APPS += ('geonode_ows_endpoints',)
```
Usage
=====
This application exposes URL which lists endpoints to OWS used by layers. It is used by GeoHealthCheck to automatically populate monitored resources from URL to home page of GeoNode instance.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for geonode_ows_endpoints-0.2-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38db38ed8ff75f183675a38402bf29e804464c86232220bf081f288b5dc78c1f |
|
MD5 | 727f370a46b5b27917ecbb649e1677db |
|
BLAKE2b-256 | 22f0c7f5ce054288805ce38e92547348dff9337c29786ca5a37ebd1198039f56 |