Velib demo.
This module allows retreiving data from Paris free-floating bikes services (Velib) statins and to evaluate them.
To import this module:
- Create a module named
VelibDemo
- Set the settings as:
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-velibdemo.git"
}
}
- Click on the Import module button
There is one system parameters to configure:
- The
VELIB_STATION_NAME_FILTER
in which you must set the name filtering you want to apply on stations
Name | Type | Required | Updatable | Personal | Description |
---|---|---|---|---|---|
velibStaCode |
char(11) | yes* | Station code | ||
velibStaName |
char(100) | Station name | |||
velibStaCoordinates |
geocoords | Station coordinates | |||
velibStaStatus |
enum(50) using VELIB_STA_STATUS list |
Station status | |||
velibStaBikes |
int(3) | Number of available bikes | |||
velibStaFreeDocks |
int(3) | Number of free docks | |||
velibStaMonitoring |
boolean | yes | Monitoring? | ||
velibStaRating |
int(11) | yes | Rating | ||
velibStaComments |
html(4000) | yes | Comments |
VELIB_STA_STATUS
OPERATIVE
OperativeWORKINPROGRESS
Work in progressCLOSE
Closed
VELIB_REFRESH_ALL
: Refresh all stationsVELIB_REFRESH_MONITORED
: Refresh monitored stationsVELIB_REFRESH_ONE
: Refresh one station
Name | Type | Required | Updatable | Personal | Description |
---|---|---|---|---|---|
velibCmtDateTime |
datetime | yes* | Date/time | ||
velibCmtName |
char(100) | yes | Name | ||
velibCmtStaId link to VelibStation |
id | yes | Station | ||
Ref. velibCmtStaId.velibStaCode |
char(11) | Station code | |||
Ref. velibCmtStaId.velibStaName |
char(100) | Station name | |||
velibCmtEval |
int(1) | yes | Evaluation | ||
velibCmtComments |
html(4000) | yes | Comments | ||
velibCmtVisible |
boolean | yes | Visible? |