https://github.com/simplicitesoftware/module-opendatasoft
OpenDataSoft examples for Simplicité
https://github.com/simplicitesoftware/module-opendatasoft
low-code opendata opendata-api opendatasoft simplicite
Last synced: 4 months ago
JSON representation
OpenDataSoft examples for Simplicité
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-opendatasoft
- Owner: simplicitesoftware
- Created: 2020-01-16T11:36:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-18T09:44:10.000Z (9 months ago)
- Last Synced: 2025-10-19T19:49:04.561Z (8 months ago)
- Topics: low-code, opendata, opendata-api, opendatasoft, simplicite
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`OpenDataSoft` module definition
================================
[](https://sonarcloud.io/dashboard?id=simplicite-modules-OpenDataSoft)
### Introduction
**OpenDataSoft** remote business objects examples.
### Import
To import this module:
- Create a module named `OpenDataSoft`
- Set the settings as:
```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-opendatasoft.git"
}
}
```
- Click on the _Import module_ button
`OdsCommunesFrance` business object definition
----------------------------------------------
OpenDataSoft _cities of France_ object.
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `odsComComCode` | char(10) | yes* | yes | | City code |
| `odsComComName` | char(255) | yes | yes | | City name |
| `odsComComNameUpper` | char(255) | | yes | | City name (uppercase) |
| `odsComCoords` | geocoords | | yes | | Geographical coordinates |
| `odsComRegCode` | char(10) | | yes | | Region code |
| `odsComRegName` | char(255) | | yes | | Region name |
| `odsComDepCode` | char(10) | | yes | | Area code |
| `odsComDepName` | char(255) | | yes | | Area name |
`OdsJCDecauxBikeStations` business object definition
----------------------------------------------------
OpenDataSoft _Remarquable trees in Paris_ object.
**Note**: the fields are retreived from OpenDataSoft metadata
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|