records

records

Active filters Clear all

No active filters

Filters

Pharmacies

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
annee_reference
Type
text
Sample
                       
ID shop
               

No description available for this field.

Name (identifier)
id_shop
Type
text
Sample
                       
Street
               

No description available for this field.

Name (identifier)
rue
Type
text
Sample
                       
Number
               

No description available for this field.

Name (identifier)
numero
Type
text
Sample
                       
Postal Code
               

No description available for this field.

Name (identifier)
code_postal
Type
text
Sample
                       
Municipality
               

No description available for this field.

Name (identifier)
commune
Type
text
Sample
                       
District Baro
               

No description available for this field.

Name (identifier)
quartier_baro
Type
text
Sample
                       
District Ibsa
               

No description available for this field.

Name (identifier)
quartier_ibsa
Type
text
Sample
                       
Latitude wgs84
               

No description available for this field.

Name (identifier)
latitude_wgs84
Type
text
Sample
                       
Longitude wgs84
               

No description available for this field.

Name (identifier)
longitude_wgs84
Type
text
Sample
                       
latitude_72
               

No description available for this field.

Name (identifier)
latitude_72
Type
text
Sample
                       
longitude_L72
               

No description available for this field.

Name (identifier)
longitude_l72
Type
text
Sample
                       
Name of the chain
               

No description available for this field.

Name (identifier)
nom_chaine
Type
text
Sample
                       
Name
               

No description available for this field.

Name (identifier)
nom
Type
text
Sample
                       
Surface
               

No description available for this field.

Name (identifier)
surface
Type
text
Sample
                       
Catégorie 1
               

No description available for this field.

Name (identifier)
categorie_1
Type
text
Sample
                       
Secteur 1
               

No description available for this field.

Name (identifier)
secteur_1
Type
text
Sample
                       
Type 1
               

No description available for this field.

Name (identifier)
type_1
Type
text
Sample
                       
Catégorie 2
               

No description available for this field.

Name (identifier)
categorie_2
Type
text
Sample
                       
Secteur 2
               

No description available for this field.

Name (identifier)
secteur_2
Type
text
Sample
                       
Type 2
               

No description available for this field.

Name (identifier)
type_2
Type
text
Sample
                       
Catégorie 3
               

No description available for this field.

Name (identifier)
categorie_3
Type
text
Sample
                       
Secteur 3
               

No description available for this field.

Name (identifier)
secteur_3
Type
text
Sample
                       
Type 3
               

No description available for this field.

Name (identifier)
type_3
Type
text
Sample
                       
Catégorie 4
               

No description available for this field.

Name (identifier)
categorie_4
Type
text
Sample
                       
Secteur 4
               

No description available for this field.

Name (identifier)
secteur_4
Type
text
Sample
                       
Type 4
               

No description available for this field.

Name (identifier)
type_4
Type
text
Sample
                       
Tags
               

No description available for this field.

Name (identifier)
tags
Type
text
Sample
                       
Scenario
               

No description available for this field.

Name (identifier)
scenario
Type
text
Sample
                       
Last update
               

No description available for this field.

Name (identifier)
derniere_maj
Type
text
Sample
                       
Creation Date
               

No description available for this field.

Name (identifier)
creation_date
Type
text
Sample
                       
geographical coordinates
               

No description available for this field.

Name (identifier)
coordonnee_geographiques
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about 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":"Year",
                • "description":""
                }
                ,
              • "id_shop":
                {
                • "type":"string",
                • "title":"ID shop",
                • "description":""
                }
                ,
              • "rue":
                {
                • "type":"string",
                • "title":"Street",
                • "description":""
                }
                ,
              • "numero":
                {
                • "type":"string",
                • "title":"Number",
                • "description":""
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Postal Code",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Municipality",
                • "description":""
                }
                ,
              • "quartier_baro":
                {
                • "type":"string",
                • "title":"District Baro",
                • "description":""
                }
                ,
              • "quartier_ibsa":
                {
                • "type":"string",
                • "title":"District 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":"Name of the chain",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"Name",
                • "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":"Last update",
                • "description":""
                }
                ,
              • "creation_date":
                {
                • "type":"string",
                • "title":"Creation Date",
                • "description":""
                }
                ,
              • "coordonnee_geographiques":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geographical coordinates",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets