Hydrography Database: Water PointsBase Hydrographie : Points d'eau
Base Hydrographie : Points d'eauHydrography Database: Water Points
This dataset published by the Métropole Aix-Marseille-Provence lists water points from the Hydrography theme of the BD TOPO® reference database. It covers sources (tapped or not), water production points such as pumping stations, boreholes and wells, and small water storage features including tanks, troughs, wash-houses and basins. The dataset falls within the wider Hydrography theme of BD TOPO®, a detailed topographic reference for the French territory, and provides local-scale data useful for water resource management and infrastructure mapping within the Aix-Marseille-Provence metropolitan area.Ce jeu de données détaille les sources (captée ou non), points de production d’eau (pompage, forage, puits,...) ou points de stockage d’eau de petite dimension (citerne, abreuvoir, lavoir, bassin) présents dans le thème Hydrographie de le BD TOPO ® Le thème Hydrographie de le BD TOPO ® contient l...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (10 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | — |
| geo_shapeShape | geo_shape | — |
| idID BD Topo | text | ID du point d'eau |
| prec_planiPrécision | double | Précision géométrique planimétrique. |
| nature | text | Attribut donnant plus précisément la nature de l'objet nommé. |
| communeCommune | text | — |
| code_inseeINSEE commune code | text | — |
| dep_nameNom Officiel Département | text | — |
| epci_nameNom Officiel EPCI | text | — |
| reg_nameNom Officiel Région | text | — |
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 1id: PAIGESTO0000000328396794 · nature: Station de pompage
{
"id": "PAIGESTO0000000328396794",
"nature": "Station de pompage",
"commune": "La Ciotat",
"dep_name": "Bouches-du-Rhône",
"reg_name": "Provence-Alpes-Côte d'Azur",
"epci_name": "Métropole d'Aix-Marseille-Provence",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.673602096541257,
43.18884428291483,
9999
]
},
"properties": {}
},
"code_insee": "13028",
"prec_plani": 2.5,
"geo_point_2d": {
"lat": 43.1888442829,
"lon": 5.67360209654
}
}Record 2id: PAIHYDRO0000000320290737 · nature: Autre point d'eau
{
"id": "PAIHYDRO0000000320290737",
"nature": "Autre point d'eau",
"commune": "Simiane-Collongue",
"dep_name": "Bouches-du-Rhône",
"reg_name": "Provence-Alpes-Côte d'Azur",
"epci_name": "Métropole d'Aix-Marseille-Provence",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.442257717210763,
43.44532611909903,
9999
]
},
"properties": {}
},
"code_insee": "13107",
"prec_plani": 2.5,
"geo_point_2d": {
"lat": 43.4453261191,
"lon": 5.44225771721
}
}Record 3id: PAIHYDRO0000000350741005 · nature: Autre point d'eau
{
"id": "PAIHYDRO0000000350741005",
"nature": "Autre point d'eau",
"commune": "Châteauneuf-les-Martigues",
"dep_name": "Bouches-du-Rhône",
"reg_name": "Provence-Alpes-Côte d'Azur",
"epci_name": "Métropole d'Aix-Marseille-Provence",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.163980643052286,
43.380489155255766,
9999
]
},
"properties": {}
},
"code_insee": "13026",
"prec_plani": 5,
"geo_point_2d": {
"lat": 43.3804891553,
"lon": 5.16398064305
}
}Record 4id: PAIHYDRO0000000320293061 · nature: Citerne
{
"id": "PAIHYDRO0000000320293061",
"nature": "Citerne",
"commune": "Septèmes-les-Vallons",
"dep_name": "Bouches-du-Rhône",
"reg_name": "Provence-Alpes-Côte d'Azur",
"epci_name": "Métropole d'Aix-Marseille-Provence",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.401695800999502,
43.39360432749214,
9999
]
},
"properties": {}
},
"code_insee": "13106",
"prec_plani": 2.5,
"geo_point_2d": {
"lat": 43.3936043275,
"lon": 5.401695801
}
}Record 5id: PAIHYDRO0000000320295117 · nature: Autre point d'eau
{
"id": "PAIHYDRO0000000320295117",
"nature": "Autre point d'eau",
"commune": "Gémenos",
"dep_name": "Bouches-du-Rhône",
"reg_name": "Provence-Alpes-Côte d'Azur",
"epci_name": "Métropole d'Aix-Marseille-Provence",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
5.681190746432441,
43.30814998108379,
9999
]
},
"properties": {}
},
"code_insee": "13042",
"prec_plani": 2.5,
"geo_point_2d": {
"lat": 43.3081499811,
"lon": 5.68119074643
}
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/hydrographie-points-eau
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.ampmetropole.fr/api/explore/v2.1/catalog/datasets/hydrographie-points-eau/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.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.