-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.konnector
More file actions
109 lines (109 loc) · 5.37 KB
/
manifest.konnector
File metadata and controls
109 lines (109 loc) · 5.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"version": "1.10.0",
"name": "OpenPATH GPS",
"type": "konnector",
"language": "node",
"icon": "icon.svg",
"slug": "openpath",
"source": "git@github.com:konnectors/openpath.git",
"editor": "Cozy",
"vendor_link": "https://support.cozy.io",
"categories": [
"transport"
],
"frequency": "hourly",
"fields": {
"login": {
"type": "email"
},
"password": {
"type": "password"
},
"providerId": {
"type": "dropdown",
"default": "1",
"options": [
{
"name": "Cozy Cloud",
"value": "1"
},
{
"name": "La Rochelle",
"value": "0"
}
]
}
},
"data_types": [
"geojson"
],
"screenshots": [],
"permissions": {
"accounts": {
"type": "io.cozy.accounts"
},
"geojson": {
"type": "io.cozy.timeseries.geojson"
},
"jobs": {
"type": "io.cozy.jobs"
}
},
"developer": {
"name": "Cozy Cloud",
"url": "https://cozy.io"
},
"langs": [
"fr",
"en"
],
"locales": {
"fr": {
"short_description": "Récupère vos déplacements",
"long_description": "Ce connecteur organise **l’amélioration des traces mémorisées de vos déplacements**.\nCes traces mémorisées proviennent de l’application Cozy installée sur **votre mobile**, uniquement si vous y avez explicitement activé la fonctionnalité et donné les droits depuis l’app **Coach CO2** de votre Cozy. (Elle peuvent provenir aussi d'autres sources que vous auriez choisi de connecter à votre Cozy).\nBien évidemment, comme toujours avec votre Cozy, **aucune donnée ne sera partagée** à qui que ce soit sans votre accord explicite.\n\n### En savoir plus\n\nL’amélioration des traces mémorisées de vos déplacements consiste principalement à :\n- optimiser la **découpe** automatique de vos déplacements en une liste de sections et sous-sections\n- ajouter les **noms des lieux** visités\n- compléter le **moyen de transport** estimé\n- **lisser** les points de mesures captés par votre appareil\n\nPour réaliser cette amélioration, vos données sont envoyées vers un serveur OpenPath de confiance inclus dans l’infrastructure **Hébergée en France** par Cozy Cloud. Celle-là même qui héberge notamment les [Cozy distribués par Cozy Cloud](https://cozy.io).\n(Si vous souhaitez les faire traiter par votre propre serveur OpenPATH, vous pouvez contacter le support [claude@cozycloud.cc](mailto:claude@cozycloud.cc)).\n\nOpenPATH, plus précisément nommé **NREL OpenPATH**, est un développement OpenSource maintenu par le ministère de l’environnement U.S. et développé initialement dans le cadre d’un travail de recherche à Berkley par K. Shankari (https://www.nrel.gov/transportation/openpath.html).",
"permissions": {
"geojson": {
"description": "Utilisé pour sauvegarder vos déplacements"
},
"accounts": {
"description": "Utilisé pour obtenir les données du compte"
}
},
"fields": {
"providerId": {
"label": "Fournisseur du service"
},
"login": {
"label": "Identifiant libre (ex. \"Samsung personnel\")"
},
"password": {
"label": "Identifiant Secret (cf. Profil dans l'app Mobile)"
}
}
},
"en": {
"short_description": "Fetch your trips",
"long_description": "This connector manages **the enhancement of the stored traces of your movements**.\nThese stored traces come from the Cozy application installed on **your mobile**, only if you have explicitly activated the feature and granted the rights from the **CO2 Coach** app on your Cozy. (They can also come from other sources that you might have chosen to connect to your Cozy).\nOf course, as always with your Cozy, **no data will be shared** with anyone without your explicit agreement.\n\n### Learn more\n\nImproving the stored traces of your movements mainly consists of:\n- optimizing the **automatic segmentation** of your movements into a list of sections and subsections\n- adding the **names of the places** visited\n- completing the **estimated mode of transportation**\n- **smoothing** the measurement points captured by your device\n\nTo achieve this enhancement, your data is sent to a trusted OpenPath server included in the infrastructure **Hosted in France** by Cozy Cloud. The very same one that hosts notably the [Cozy distributed by Cozy Cloud](https://cozy.io).\n(If you wish to have them processed by your own OpenPATH server, you can contact support at [claude@cozycloud.cc](mailto:claude@cozycloud.cc)).\n\nOpenPATH, more specifically named **NREL OpenPATH**, is an OpenSource development maintained by the U.S. Department of the Environment and originally developed as part of a research project at Berkeley by K. Shankari (https://www.nrel.gov/transportation/openpath.html).",
"permissions": {
"geojson": {
"description": "Required to save your trips"
},
"accounts": {
"description": "Required to get the account's data"
}
},
"fields": {
"providerId": {
"label": "Service provider"
},
"login": {
"label": "Free-to-choose identifier (ex. \"My Samsung\")"
},
"password": {
"label": "Secret identifier (see Profile in mobile app)"
}
}
}
},
"manifest_version": "2"
}