PAV des déchets - Ordures ménagères résiduelles

Filtres actifs Tout effacer

Aucun filtre actif.

Jeu de données affiché :

enregistrement
Filtres
x

enregistrement

Filtres

Description

Points d'apport volontaires pour les ordures ménagères résiduelles dans sur le territoire Ardenne Métropole.

Limites techniques d'usage

Aucune limite technique d'usage des données renseignée

Mots clefs

DéchetsEnvironnementOrduresRésidu

Synthèse

Mise à jour inconnue
Thèmes

Contacts

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
objectid
Nom (identifiant)
objectid
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_point_2d
Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
id_metier
Nom (identifiant)
id_metier
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
type_deposeur
Nom (identifiant)
type_deposeur
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
type_dch
Nom (identifiant)
type_dch
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
proprietaire
Nom (identifiant)
proprietaire
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
nb_pav
Nom (identifiant)
nb_pav
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
observation
Nom (identifiant)
observation
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
commune
Nom (identifiant)
commune
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
insee
Nom (identifiant)
insee
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
adresse
Nom (identifiant)
adresse
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
cplmt_adresse
Nom (identifiant)
cplmt_adresse
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
statut
Nom (identifiant)
statut
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
acces
Nom (identifiant)
acces
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
horaire
Nom (identifiant)
horaire
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
sonde_type
Nom (identifiant)
sonde_type
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
sonde_id
Nom (identifiant)
sonde_id
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
lat
Nom (identifiant)
lat
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
longi
Nom (identifiant)
longi
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
created_user
Nom (identifiant)
created_user
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
created_date
Nom (identifiant)
created_date
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
last_edited_user
Nom (identifiant)
last_edited_user
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
last_edited_date
Nom (identifiant)
last_edited_date
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
se_anno_cad_data
Nom (identifiant)
se_anno_cad_data
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
globalid
Nom (identifiant)
globalid
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
codepostal
Nom (identifiant)
codepostal
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"pav-des-dechets-ordures-menageres-residuelles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/pav-des-dechets-ordures-menageres-residuelles"
      }
    ]
    ,
  • "definitions":
    {
    • "pav-des-dechets-ordures-menageres-residuelles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/pav-des-dechets-ordures-menageres-residuelles_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "pav-des-dechets-ordures-menageres-residuelles_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"number",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "id_metier":
                {
                • "type":"string",
                • "title":"id_metier",
                • "description":""
                }
                ,
              • "type_deposeur":
                {
                • "type":"string",
                • "title":"type_deposeur",
                • "description":""
                }
                ,
              • "type_dch":
                {
                • "type":"string",
                • "title":"type_dch",
                • "description":""
                }
                ,
              • "proprietaire":
                {
                • "type":"string",
                • "title":"proprietaire",
                • "description":""
                }
                ,
              • "nb_pav":
                {
                • "type":"number",
                • "title":"nb_pav",
                • "description":""
                }
                ,
              • "observation":
                {
                • "type":"string",
                • "title":"observation",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":""
                }
                ,
              • "insee":
                {
                • "type":"number",
                • "title":"insee",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"adresse",
                • "description":""
                }
                ,
              • "cplmt_adresse":
                {
                • "type":"string",
                • "title":"cplmt_adresse",
                • "description":""
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"statut",
                • "description":""
                }
                ,
              • "acces":
                {
                • "type":"string",
                • "title":"acces",
                • "description":""
                }
                ,
              • "horaire":
                {
                • "type":"string",
                • "title":"horaire",
                • "description":""
                }
                ,
              • "sonde_type":
                {
                • "type":"string",
                • "title":"sonde_type",
                • "description":""
                }
                ,
              • "sonde_id":
                {
                • "type":"string",
                • "title":"sonde_id",
                • "description":""
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "title":"lat",
                • "description":""
                }
                ,
              • "longi":
                {
                • "type":"number",
                • "title":"longi",
                • "description":""
                }
                ,
              • "created_user":
                {
                • "type":"string",
                • "title":"created_user",
                • "description":""
                }
                ,
              • "created_date":
                {
                • "type":"number",
                • "title":"created_date",
                • "description":""
                }
                ,
              • "last_edited_user":
                {
                • "type":"string",
                • "title":"last_edited_user",
                • "description":""
                }
                ,
              • "last_edited_date":
                {
                • "type":"number",
                • "title":"last_edited_date",
                • "description":""
                }
                ,
              • "se_anno_cad_data":
                {
                • "type":"string",
                • "title":"se_anno_cad_data",
                • "description":""
                }
                ,
              • "globalid":
                {
                • "type":"string",
                • "title":"globalid",
                • "description":""
                }
                ,
              • "codepostal":
                {
                • "type":"number",
                • "title":"codepostal",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    codepostal
    created_date
    insee
    last_edited_date
    lat
    longi
    nb_pav
    objectid
    acces
    adresse
    commune
    cplmt_adresse
    created_user
    globalid
    horaire
    id_metier
    last_edited_user
    observation
    proprietaire
    se_anno_cad_data
    sonde_id
    sonde_type
    statut
    type_dch
    type_deposeur
    geo_point_2d
    codepostal
    created_date
    insee
    last_edited_date
    lat
    longi
    nb_pav
    objectid
    acces
    adresse
    commune
    cplmt_adresse
    created_user
    globalid
    horaire
    id_metier
    last_edited_user
    observation
    proprietaire
    se_anno_cad_data
    sonde_id
    sonde_type
    statut
    type_dch
    type_deposeur
    geo_point_2d
    Aucun résultat
      ×