enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

La carte des hôtels classés en Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
DATE DE CLASSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_classement
Type
texte
Exemple
                       
DATE DE PUBLICATION DE L'ETABLISSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_de_publication_de_l_etablissement
Type
texte
Exemple
                       
DÉPARTEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
departement
Type
int
Exemple
                       
CLASSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
classement
Type
texte
Exemple
                       
NOM COMMERCIAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commercial
Type
texte
Exemple
                       
ADRESSE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
                       
CODE POSTAL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
int
Exemple
                       
COMMUNE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
TÉLÉPHONE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
telephone
Type
texte
Exemple
                       
COURRIEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
courriel
Type
texte
Exemple
                       
SITE INTERNET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
site_internet
Type
texte
Exemple
                       
CAPACITÉ D'ACCUEIL (PERSONNES)
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
capacite_d_accueil_personnes
Type
int
Exemple
                       
NOMBRE DE CHAMBRES
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_de_chambres
Type
int
Exemple
                       
TYPOLOGIE ÉTABLISSEMENT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
typologie_etablissement
Type
texte
Exemple
                       
CATÉGORIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie
Type
texte
Exemple
                       
MENTION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
mention
Type
texte
Exemple
                       
TYPE DE SÉJOUR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_de_sejour
Type
texte
Exemple
                       
NOMBRE D'EMPLACEMENTS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_d_emplacements
Type
texte
Exemple
                       
NOMBRE D'UNITES D'HABITATION
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_d_unites_d_habitation
Type
texte
Exemple
                       
NOMBRE DE LOGEMENTS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nombre_de_logements
Type
texte
Exemple
                       
geo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo
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":"les_hotels_classes_en_ile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/les_hotels_classes_en_ile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "les_hotels_classes_en_ile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/les_hotels_classes_en_ile-de-france_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"
            }
          }
        }
        ,
      • "les_hotels_classes_en_ile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "date_de_classement":
                {
                • "type":"string",
                • "title":"DATE DE CLASSEMENT",
                • "description":""
                }
                ,
              • "date_de_publication_de_l_etablissement":
                {
                • "type":"string",
                • "title":"DATE DE PUBLICATION DE L'ETABLISSEMENT",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"integer",
                • "title":"DÉPARTEMENT",
                • "description":""
                }
                ,
              • "classement":
                {
                • "type":"string",
                • "title":"CLASSEMENT",
                • "description":""
                }
                ,
              • "nom_commercial":
                {
                • "type":"string",
                • "title":"NOM COMMERCIAL",
                • "description":""
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"ADRESSE",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"integer",
                • "title":"CODE POSTAL",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"COMMUNE",
                • "description":""
                }
                ,
              • "telephone":
                {
                • "type":"string",
                • "title":"TÉLÉPHONE",
                • "description":""
                }
                ,
              • "courriel":
                {
                • "type":"string",
                • "title":"COURRIEL",
                • "description":""
                }
                ,
              • "site_internet":
                {
                • "type":"string",
                • "title":"SITE INTERNET",
                • "description":""
                }
                ,
              • "capacite_d_accueil_personnes":
                {
                • "type":"integer",
                • "title":"CAPACITÉ D'ACCUEIL (PERSONNES)",
                • "description":""
                }
                ,
              • "nombre_de_chambres":
                {
                • "type":"integer",
                • "title":"NOMBRE DE CHAMBRES",
                • "description":""
                }
                ,
              • "typologie_etablissement":
                {
                • "type":"string",
                • "title":"TYPOLOGIE ÉTABLISSEMENT",
                • "description":""
                }
                ,
              • "categorie":
                {
                • "type":"string",
                • "title":"CATÉGORIE",
                • "description":""
                }
                ,
              • "mention":
                {
                • "type":"string",
                • "title":"MENTION",
                • "description":""
                }
                ,
              • "type_de_sejour":
                {
                • "type":"string",
                • "title":"TYPE DE SÉJOUR",
                • "description":""
                }
                ,
              • "nombre_d_emplacements":
                {
                • "type":"string",
                • "title":"NOMBRE D'EMPLACEMENTS",
                • "description":""
                }
                ,
              • "nombre_d_unites_d_habitation":
                {
                • "type":"string",
                • "title":"NOMBRE D'UNITES D'HABITATION",
                • "description":""
                }
                ,
              • "nombre_de_logements":
                {
                • "type":"string",
                • "title":"NOMBRE DE LOGEMENTS",
                • "description":""
                }
                ,
              • "geo":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires