Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etalab/udata-geoplatform
- Owner: etalab
- Archived: true
- Created: 2018-05-11T13:00:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T08:18:45.000Z (9 months ago)
- Last Synced: 2024-08-02T12:46:56.259Z (6 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 5
- Watchers: 8
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-starred - etalab/udata-geoplatform - data.gouv.fr <-> geo.data.gouv.fr bridge (others)
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`