Skip to main content

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.


Project details


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

If you're not sure about the file name format, learn more about wheel file names.

geonode_ows_endpoints-0.1-py2-none-any.whl (7.1 kB view details)

Uploaded Python 2

File details

Details for the file geonode_ows_endpoints-0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for geonode_ows_endpoints-0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 3475f46f0fd79f7849cd2f481b953b78872a764d88fa8acafbe89e918c1f90b9
MD5 f6e7e94ac25d59025a10f5b63d01dc45
BLAKE2b-256 0c87e0855b9aa233c807582a462dab407207001ad17f659badea3856cd873ea6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page