c0mm0.com — the continuously verified register of European data

Register record·API·FRUNVERIFIED
C

Carrefour aménagement cyclable

APIQuery nowOpen workbenchSubscribe🇫🇷France

Dictionnaire Public Ce jeu de données permet de matérialiser des éléments de rupture transversale dans la construction du filaire vélo (FV_TRVEL_L) Par exemple, dans le cas d'un carrefour de voirie, il permet de raccorder les tronçons du filaire vélo qui sont situés latéralement à une voie à l'ax...

17
poor

Weighted across five axes. Tap a ring for what it measures.

Data schema (9 fields)

Filterable via the API (7)
gidgeom_ogeom_errcdatemdatecommunecode_commune

Click a field to see example values.

FieldTypeDescription
geo_point_2dGeo Pointgeo_point_2d
geo_shapeShapegeo_shape
gidFilterable via the APIintClé primaire
geom_oFilterable via the APIGeom otextOrientation de l'objet
geom_errFilterable via the APIGeom errtextCode d'erreur géométrique : Liste des valeurs possibles : 9999 : Polygone compose et / ou à sections multiples 9998 : Linéaire compose et / ou à sections multiples 9996 : La géométrie contient des informations LRS 9995 : Nombre de dimensions différent de 2 ou 3 9994 : Présence d'un arc de cercle 9000 : Erreur autre 13343 : Polygone de moins de 4 points 13349 : Polygone papillon 13350 : Deux éléments d'un polygone archipel se touchent 13351 : Deux éléments d'un polygone archipel se touchent 13356 : Point double 13366 : Combinaison invalide d'intérieur / extérieur d'un polygone 13367 : Orientation invalide d'intérieur / extérieur d'un polygone
cdateFilterable via the APIdatetimeDate de création
mdateFilterable via the APIdatetimeDate de modification
communeFilterable via the APICommunetext
code_communeFilterable via the APICommune codetext

Schema captured from opendatasoft 20 hours ago.

Query the data

Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.

=

Sample data (5 records)

Record 1gid: 115405462 · cdate: 2021-12-31T23:00:00+00:00
{
  "gid": 115405462,
  "cdate": "2021-12-31T23:00:00+00:00",
  "mdate": "2021-12-31T23:00:00+00:00",
  "geom_o": "0",
  "commune": "Pessac",
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.6103552,
        44.799619
      ]
    },
    "properties": {}
  },
  "code_commune": "33318",
  "geo_point_2d": {
    "lat": 44.799619,
    "lon": -0.6103552
  }
}
Record 2gid: 115405539 · cdate: 2021-12-31T23:00:00+00:00
{
  "gid": 115405539,
  "cdate": "2021-12-31T23:00:00+00:00",
  "mdate": "2021-12-31T23:00:00+00:00",
  "geom_o": "0",
  "commune": "Lormont",
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.5108647,
        44.878123
      ]
    },
    "properties": {}
  },
  "code_commune": "33249",
  "geo_point_2d": {
    "lat": 44.878123,
    "lon": -0.5108647
  }
}
Record 3gid: 115405557 · cdate: 2021-12-31T23:00:00+00:00
{
  "gid": 115405557,
  "cdate": "2021-12-31T23:00:00+00:00",
  "mdate": "2021-12-31T23:00:00+00:00",
  "geom_o": "0",
  "commune": "Bordeaux",
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.5637727,
        44.8678519
      ]
    },
    "properties": {}
  },
  "code_commune": "33063",
  "geo_point_2d": {
    "lat": 44.8678519,
    "lon": -0.5637727
  }
}
Record 4gid: 115405571 · cdate: 2021-12-31T23:00:00+00:00
{
  "gid": 115405571,
  "cdate": "2021-12-31T23:00:00+00:00",
  "mdate": "2021-12-31T23:00:00+00:00",
  "geom_o": "0",
  "commune": "Bordeaux",
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.5784953,
        44.8502237
      ]
    },
    "properties": {}
  },
  "code_commune": "33063",
  "geo_point_2d": {
    "lat": 44.8502237,
    "lon": -0.5784953
  }
}
Record 5gid: 115405581 · cdate: 2021-12-31T23:00:00+00:00
{
  "gid": 115405581,
  "cdate": "2021-12-31T23:00:00+00:00",
  "mdate": "2021-12-31T23:00:00+00:00",
  "geom_o": "0",
  "commune": "Gradignan",
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.6002978,
        44.7733147
      ]
    },
    "properties": {}
  },
  "code_commune": "33192",
  "geo_point_2d": {
    "lat": 44.7733147,
    "lon": -0.6002978
  }
}

Live sample captured at profiling time — values may have changed upstream.

Using the API

Configuration

Base URL
https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/fv_ndvel_p

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/fv_ndvel_p/records?limit=20' -H 'Accept: application/json'

First 20 records of the dataset as JSON.

Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.

Full API documentation ↗

Rate limits

50 000 req/day
per ipmeasured
observed 20 hours ago

Dataset

Volume & freshness

Records
7.0k
6989
Last upstream update
1 day ago
2026-07-26

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Carrefour aménagement cyclable — live verification badge

Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.