enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Points d'apport volontaires

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
OBJECTID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objectid
Type
int
Exemple
                       
Ex identifiant CT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
                       
Date création mobilier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_heure
Type
datetime
Exemple
                       
Famille Osis
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
famille
Type
texte
Exemple
                       
Type de colonne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
sous_famille
Type
texte
Exemple
                       
Modèle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
modele
Type
texte
Exemple
                       
Volume intérieur m3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
volume
Type
décimal
Exemple
                       
longitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longitude
Type
texte
Exemple
                       
latitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latitude
Type
texte
Exemple
                       
Date de mise à jour de la donnée
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
datemaj
Type
datetime
Exemple
                       
Code Commune INSEE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
codeinsee
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Position
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
quantite
Type
int
Exemple
                       
Adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
signalement_1
Type
texte
Exemple
                       
Adresse complémentaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
signalement_2
Type
texte
Exemple
                       
Numéro de cuve
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_cuve
Type
texte
Exemple
                       
Nom du PAV
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_pav
Type
texte
Exemple
                       
Type de flux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_flux
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
arrondissement
Type
texte
Exemple
                       
Quartier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
quartier
Type
texte
Exemple
                       
Accessibilité
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
access
Type
texte
Exemple
                       
Nom de colonne
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
num_col
Type
texte
Exemple
                       
Abréviation type de flux
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
let_flux
Type
texte
Exemple
                       
Trigramme de la commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
trig_com
Type
texte
Exemple
                       
Propriétaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
domanialite
Type
texte
Exemple
                       
created_date
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
created_date
Type
datetime
Exemple
                       
last_edited_date
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
last_edited_date
Type
datetime
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
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":"ol-pav-harmonise",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ol-pav-harmonise"
      }
    ]
    ,
  • "definitions":
    {
    • "ol-pav-harmonise":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ol-pav-harmonise_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"
            }
          }
        }
        ,
      • "ol-pav-harmonise_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "objectid":
                {
                • "type":"integer",
                • "title":"OBJECTID",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"Ex identifiant CT",
                • "description":""
                }
                ,
              • "date_heure":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Date création mobilier",
                • "description":""
                }
                ,
              • "famille":
                {
                • "type":"string",
                • "title":"Famille Osis",
                • "description":""
                }
                ,
              • "sous_famille":
                {
                • "type":"string",
                • "title":"Type de colonne",
                • "description":""
                }
                ,
              • "modele":
                {
                • "type":"string",
                • "title":"Modèle",
                • "description":""
                }
                ,
              • "volume":
                {
                • "type":"number",
                • "title":"Volume intérieur m3",
                • "description":""
                }
                ,
              • "longitude":
                {
                • "type":"string",
                • "title":"longitude",
                • "description":""
                }
                ,
              • "latitude":
                {
                • "type":"string",
                • "title":"latitude",
                • "description":""
                }
                ,
              • "datemaj":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Date de mise à jour de la donnée",
                • "description":""
                }
                ,
              • "codeinsee":
                {
                • "type":"string",
                • "title":"Code Commune INSEE",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "quantite":
                {
                • "type":"integer",
                • "title":"Position",
                • "description":""
                }
                ,
              • "signalement_1":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":""
                }
                ,
              • "signalement_2":
                {
                • "type":"string",
                • "title":"Adresse complémentaire",
                • "description":""
                }
                ,
              • "num_cuve":
                {
                • "type":"string",
                • "title":"Numéro de cuve",
                • "description":""
                }
                ,
              • "num_pav":
                {
                • "type":"string",
                • "title":"Nom du PAV",
                • "description":""
                }
                ,
              • "type_flux":
                {
                • "type":"string",
                • "title":"Type de flux",
                • "description":""
                }
                ,
              • "arrondissement":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "quartier":
                {
                • "type":"string",
                • "title":"Quartier",
                • "description":""
                }
                ,
              • "access":
                {
                • "type":"string",
                • "title":"Accessibilité",
                • "description":""
                }
                ,
              • "num_col":
                {
                • "type":"string",
                • "title":"Nom de colonne",
                • "description":""
                }
                ,
              • "let_flux":
                {
                • "type":"string",
                • "title":"Abréviation type de flux",
                • "description":""
                }
                ,
              • "trig_com":
                {
                • "type":"string",
                • "title":"Trigramme de la commune",
                • "description":""
                }
                ,
              • "domanialite":
                {
                • "type":"string",
                • "title":"Propriétaire",
                • "description":""
                }
                ,
              • "created_date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"created_date",
                • "description":""
                }
                ,
              • "last_edited_date":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"last_edited_date",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires