Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etalab/udata-geoplatform

data.gouv.fr <-> geo.data.gouv.fr bridge
https://github.com/etalab/udata-geoplatform

Last synced: 3 months ago
JSON representation

data.gouv.fr <-> geo.data.gouv.fr bridge

Awesome Lists containing this project

README

        

⚠️ This repository is archived following the extinction of geo.data.gouv.fr.

# uData Geoplatform connector

Connects uData with Geoplatform (geo.data.gouv.fr)

## Usage

Install the plugin package in you udata environement:

```bash
pip install udata-geoplatform
```

Then activate it in your `udata.cfg`:

```python
PLUGINS = ['geoplatform']
```

## Configuration

You can control this plugin’s behavior with the following `udata.cfg` parameters:

- **`GEOPLATFORM_URL`**: The URL to your `geoplatform` instance (without trailing slash). **ex:** `https://geo.data.gouv.fr`