enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Pharmacies

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Année référence
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee_reference
Type
texte
Exemple
                       
ID shop
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_shop
Type
texte
Exemple
                       
Rue
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
rue
Type
texte
Exemple
                       
Numéro
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero
Type
texte
Exemple
                       
Code postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
                       
Commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
Quartier Baro
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
quartier_baro
Type
texte
Exemple
                       
Quartier Ibsa
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
quartier_ibsa
Type
texte
Exemple
                       
Latitude wgs84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latitude_wgs84
Type
texte
Exemple
                       
Longitude wgs84
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longitude_wgs84
Type
texte
Exemple
                       
latitude_72
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latitude_72
Type
texte
Exemple
                       
longitude_L72
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longitude_l72
Type
texte
Exemple
                       
Nom chaine
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_chaine
Type
texte
Exemple
                       
Nom
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom
Type
texte
Exemple
                       
Surface
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surface
Type
texte
Exemple
                       
Catégorie 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_1
Type
texte
Exemple
                       
Secteur 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_1
Type
texte
Exemple
                       
Type 1
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_1
Type
texte
Exemple
                       
Catégorie 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_2
Type
texte
Exemple
                       
Secteur 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_2
Type
texte
Exemple
                       
Type 2
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_2
Type
texte
Exemple
                       
Catégorie 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_3
Type
texte
Exemple
                       
Secteur 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_3
Type
texte
Exemple
                       
Type 3
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_3
Type
texte
Exemple
                       
Catégorie 4
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
categorie_4
Type
texte
Exemple
                       
Secteur 4
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
secteur_4
Type
texte
Exemple
                       
Type 4
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
type_4
Type
texte
Exemple
                       
Tags
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tags
Type
texte
Exemple
                       
Scenario
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
scenario
Type
texte
Exemple
                       
Dernière màj
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
derniere_maj
Type
texte
Exemple
                       
Creation Date
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
creation_date
Type
texte
Exemple
                       
coordonnee_geographiques
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coordonnee_geographiques
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":"pharmacies0",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/pharmacies0"
      }
    ]
    ,
  • "definitions":
    {
    • "pharmacies0":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/pharmacies0_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"
            }
          }
        }
        ,
      • "pharmacies0_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee_reference":
                {
                • "type":"string",
                • "title":"Année référence",
                • "description":""
                }
                ,
              • "id_shop":
                {
                • "type":"string",
                • "title":"ID shop",
                • "description":""
                }
                ,
              • "rue":
                {
                • "type":"string",
                • "title":"Rue",
                • "description":""
                }
                ,
              • "numero":
                {
                • "type":"string",
                • "title":"Numéro",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "quartier_baro":
                {
                • "type":"string",
                • "title":"Quartier Baro",
                • "description":""
                }
                ,
              • "quartier_ibsa":
                {
                • "type":"string",
                • "title":"Quartier Ibsa",
                • "description":""
                }
                ,
              • "latitude_wgs84":
                {
                • "type":"string",
                • "title":"Latitude wgs84",
                • "description":""
                }
                ,
              • "longitude_wgs84":
                {
                • "type":"string",
                • "title":"Longitude wgs84",
                • "description":""
                }
                ,
              • "latitude_72":
                {
                • "type":"string",
                • "title":"latitude_72",
                • "description":""
                }
                ,
              • "longitude_l72":
                {
                • "type":"string",
                • "title":"longitude_L72",
                • "description":""
                }
                ,
              • "nom_chaine":
                {
                • "type":"string",
                • "title":"Nom chaine",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Nom",
                • "description":""
                }
                ,
              • "surface":
                {
                • "type":"string",
                • "title":"Surface",
                • "description":""
                }
                ,
              • "categorie_1":
                {
                • "type":"string",
                • "title":"Catégorie 1",
                • "description":""
                }
                ,
              • "secteur_1":
                {
                • "type":"string",
                • "title":"Secteur 1",
                • "description":""
                }
                ,
              • "type_1":
                {
                • "type":"string",
                • "title":"Type 1",
                • "description":""
                }
                ,
              • "categorie_2":
                {
                • "type":"string",
                • "title":"Catégorie 2",
                • "description":""
                }
                ,
              • "secteur_2":
                {
                • "type":"string",
                • "title":"Secteur 2",
                • "description":""
                }
                ,
              • "type_2":
                {
                • "type":"string",
                • "title":"Type 2",
                • "description":""
                }
                ,
              • "categorie_3":
                {
                • "type":"string",
                • "title":"Catégorie 3",
                • "description":""
                }
                ,
              • "secteur_3":
                {
                • "type":"string",
                • "title":"Secteur 3",
                • "description":""
                }
                ,
              • "type_3":
                {
                • "type":"string",
                • "title":"Type 3",
                • "description":""
                }
                ,
              • "categorie_4":
                {
                • "type":"string",
                • "title":"Catégorie 4",
                • "description":""
                }
                ,
              • "secteur_4":
                {
                • "type":"string",
                • "title":"Secteur 4",
                • "description":""
                }
                ,
              • "type_4":
                {
                • "type":"string",
                • "title":"Type 4",
                • "description":""
                }
                ,
              • "tags":
                {
                • "type":"string",
                • "title":"Tags",
                • "description":""
                }
                ,
              • "scenario":
                {
                • "type":"string",
                • "title":"Scenario",
                • "description":""
                }
                ,
              • "derniere_maj":
                {
                • "type":"string",
                • "title":"Dernière màj",
                • "description":""
                }
                ,
              • "creation_date":
                {
                • "type":"string",
                • "title":"Creation Date",
                • "description":""
                }
                ,
              • "coordonnee_geographiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordonnee_geographiques",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires