20 enregistrements

20 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Déchetteries - Toulouse Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
COLL_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_nom
Type
texte
Exemple
                       
COLL_SIRET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_siret
Type
décimal
Exemple
                       
EQUIP_UID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_uid
Type
texte
Exemple
                       
EQUIP_THEME
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_theme
Type
texte
Exemple
                       
EQUIP_CODE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_code
Type
int
Exemple
                       
EQUIP_TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_type
Type
texte
Exemple
                       
EQUIP_NOM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_nom
Type
texte
Exemple
                       
ADR_NUMERO
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_numero
Type
int
Exemple
                       
ADR_NOMVOIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_nomvoie
Type
texte
Exemple
                       
ADR_CODEPOSTAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_codepostal
Type
int
Exemple
                       
ADR_COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_commune
Type
texte
Exemple
                       
EQUIP_OUVERTURE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_ouverture
Type
texte
Exemple
                       
ADR_CLE_INTEROP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adr_cle_interop
Type
texte
Exemple
                       
ERP_ID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_id
Type
texte
Exemple
                       
ERP_TYPE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_type
Type
texte
Exemple
                       
ERP_CATEGORIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
erp_categorie
Type
texte
Exemple
                       
EQUIP_LAT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_lat
Type
décimal
Exemple
                       
EQUIP_LONG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_long
Type
décimal
Exemple
                       
EQUIP_TEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_tel
Type
texte
Exemple
                       
EQUIP_EMAIL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_email
Type
texte
Exemple
                       
EQUIP_WEB
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_web
Type
texte
Exemple
                       
EQUIP_GEOPOINT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
equip_geopoint
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":"dechetteries_tm",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/dechetteries_tm"
      }
    ]
    ,
  • "definitions":
    {
    • "dechetteries_tm":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/dechetteries_tm_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"
            }
          }
        }
        ,
      • "dechetteries_tm_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "coll_nom":
                {
                • "type":"string",
                • "title":"COLL_NOM",
                • "description":""
                }
                ,
              • "coll_siret":
                {
                • "type":"number",
                • "title":"COLL_SIRET",
                • "description":""
                }
                ,
              • "equip_uid":
                {
                • "type":"string",
                • "title":"EQUIP_UID",
                • "description":""
                }
                ,
              • "equip_theme":
                {
                • "type":"string",
                • "title":"EQUIP_THEME",
                • "description":""
                }
                ,
              • "equip_code":
                {
                • "type":"integer",
                • "title":"EQUIP_CODE",
                • "description":""
                }
                ,
              • "equip_type":
                {
                • "type":"string",
                • "title":"EQUIP_TYPE",
                • "description":""
                }
                ,
              • "equip_nom":
                {
                • "type":"string",
                • "title":"EQUIP_NOM",
                • "description":""
                }
                ,
              • "adr_numero":
                {
                • "type":"integer",
                • "title":"ADR_NUMERO",
                • "description":""
                }
                ,
              • "adr_nomvoie":
                {
                • "type":"string",
                • "title":"ADR_NOMVOIE",
                • "description":""
                }
                ,
              • "adr_codepostal":
                {
                • "type":"integer",
                • "title":"ADR_CODEPOSTAL",
                • "description":""
                }
                ,
              • "adr_commune":
                {
                • "type":"string",
                • "title":"ADR_COMMUNE",
                • "description":""
                }
                ,
              • "equip_ouverture":
                {
                • "type":"string",
                • "title":"EQUIP_OUVERTURE",
                • "description":""
                }
                ,
              • "adr_cle_interop":
                {
                • "type":"string",
                • "title":"ADR_CLE_INTEROP",
                • "description":""
                }
                ,
              • "erp_id":
                {
                • "type":"string",
                • "title":"ERP_ID",
                • "description":""
                }
                ,
              • "erp_type":
                {
                • "type":"string",
                • "title":"ERP_TYPE",
                • "description":""
                }
                ,
              • "erp_categorie":
                {
                • "type":"string",
                • "title":"ERP_CATEGORIE",
                • "description":""
                }
                ,
              • "equip_lat":
                {
                • "type":"number",
                • "title":"EQUIP_LAT",
                • "description":""
                }
                ,
              • "equip_long":
                {
                • "type":"number",
                • "title":"EQUIP_LONG",
                • "description":""
                }
                ,
              • "equip_tel":
                {
                • "type":"string",
                • "title":"EQUIP_TEL",
                • "description":""
                }
                ,
              • "equip_email":
                {
                • "type":"string",
                • "title":"EQUIP_EMAIL",
                • "description":""
                }
                ,
              • "equip_web":
                {
                • "type":"string",
                • "title":"EQUIP_WEB",
                • "description":""
                }
                ,
              • "equip_geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"EQUIP_GEOPOINT",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires