c0mm0.com — the continuously verified register of European data

Register record·API·FRSTALE · checked 4d ago
L

Apparent property boundariesLimites apparentes de propriété

Limites apparentes de propriétéApparent property boundaries

APIDiscovered1/7blocked by verifiedQuery nowOpen workbenchSubscribe🇫🇷France

This dataset provides point features representing apparent boundaries between two private properties, surveyed on the ground along the limits of public domain (public road right-of-way) within the territory of Bordeaux Métropole. It is part of the Bordeaux Métropole open data portal's public dictionary datasets and is published as point geometries suitable for geographic information system use, supporting cadastral, urban planning, and land management applications across the metropolitan area.It is maintained and published by Bordeaux Métropole, the local public authority responsible for the metropolitan territory.It is made freely available without authentication.Dictionnaire Public Ce jeu de données représente sous forme de ponctuel les limites apparentes entre 2 propriétés privées, relevées sur le terrain sur les limites du domaine public (emprise des voies publiques) sur le territoire de Bordeaux Métropole. Ce jeu de données est disponible dans un form...

32
poor

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

Data schema (7 fields)

Filterable via the API (5)
gidgeom_ogeom_errcdatemdate

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 odoubleOrientation 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

Schema captured from opendatasoft 6 days 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: 3433 · cdate: 1997-01-09T07:19:00+00:00
{
  "gid": 3433,
  "cdate": "1997-01-09T07:19:00+00:00",
  "mdate": "2007-01-18T15:53:00+00:00",
  "geom_o": 296.5,
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.4689015,
        44.9364953
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 44.9364953,
    "lon": -0.4689015
  }
}
Record 2gid: 3440 · cdate: 1997-01-09T07:19:00+00:00
{
  "gid": 3440,
  "cdate": "1997-01-09T07:19:00+00:00",
  "mdate": "2007-01-18T15:53:00+00:00",
  "geom_o": 289.2,
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.4656439,
        44.9199734
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 44.9199734,
    "lon": -0.4656439
  }
}
Record 3gid: 3442 · cdate: 1997-01-09T07:19:00+00:00
{
  "gid": 3442,
  "cdate": "1997-01-09T07:19:00+00:00",
  "mdate": "2007-01-18T15:53:00+00:00",
  "geom_o": 109.2,
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.465252,
        44.9202179
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 44.9202179,
    "lon": -0.465252
  }
}
Record 4gid: 3443 · cdate: 1997-01-09T07:19:00+00:00
{
  "gid": 3443,
  "cdate": "1997-01-09T07:19:00+00:00",
  "mdate": "2007-01-18T15:53:00+00:00",
  "geom_o": 289.2,
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.4649419,
        44.9213528
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 44.9213528,
    "lon": -0.4649419
  }
}
Record 5gid: 3444 · cdate: 1997-01-09T07:19:00+00:00
{
  "gid": 3444,
  "cdate": "1997-01-09T07:19:00+00:00",
  "mdate": "2007-01-18T15:53:00+00:00",
  "geom_o": 289.3,
  "geom_err": null,
  "geo_shape": {
    "type": "Feature",
    "geometry": {
      "type": "Point",
      "coordinates": [
        -0.4646962,
        44.9217904
      ]
    },
    "properties": {}
  },
  "geo_point_2d": {
    "lat": 44.9217904,
    "lon": -0.4646962
  }
}

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

Verification Status

Using the API

Configuration

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

License

  • Redistributable
  • Attribution required

Query examples

curl -s 'https://opendata.bordeaux-metropole.fr/api/explore/v2.1/catalog/datasets/dp_chlim_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 6 days ago

Dataset

Volume & freshness

Records
113k
113386
Last upstream update
7 days ago
2026-09-02

License

No license declared upstream.

Documentation Data dictionary Versioning

Source: opendatasoft

Machine-readable & source

Limites apparentes de propriété — live verification badge

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