registros

registros

Filtros activos Borrar todo

No hay filtros activos.

Filtros

Establecimientos comerciales en Castilla y León

Asociaciones

Haga clic para expandir. Haga clic para contraer.

Esquema de conjunto de datos

Haga clic para expandir. Haga clic para contraer.
N.REG.ACT.
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
n_reg_act
Tipo
texto
Ejemplo
                       
TITULAR
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
titular
Tipo
texto
Ejemplo
                       
NOMBRE_COMERCIAL
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
nombre_comercial
Tipo
texto
Ejemplo
                       
DIRECCION
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
direccion
Tipo
texto
Ejemplo
                       
C.P.
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_p
Tipo
texto
Ejemplo
                       
POBLACIÓN
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
poblacion
Tipo
texto
Ejemplo
                       
MUNICIPIO
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
municipio
Tipo
texto
Ejemplo
                       
PROVINCIA
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
provincia
Tipo
texto
Ejemplo
                       
Cod. PROV
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
cod_prov
Tipo
int
Ejemplo
                       
Cod. MUN
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
cod_mun
Tipo
int
Ejemplo
                       
Cod. POBLACIÓN
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
cod_poblacion
Tipo
texto
Ejemplo
                       
C.N.A.E.
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
c_n_a_e
Tipo
texto
Ejemplo
                       
SECTOR COMERCIAL
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
sector_comercial
Tipo
texto
Ejemplo
                       
TELEFONO
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
telefono
Tipo
texto
Ejemplo
                       
MOVIL
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
movil
Tipo
texto
Ejemplo
                       
EMAIL
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
email
Tipo
texto
Ejemplo
                       
WEB
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
web
Tipo
texto
Ejemplo
                       
LOCALIZACIÓN
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
localizacion
Tipo
geo_point_2d
Ejemplo
                       
HABITANTES
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
habitantes
Tipo
int
Ejemplo
                       
FECHA_ULTIMA_MODIFICACION
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
fecha_ultima_modificacion
Tipo
fecha
Ejemplo
                       
OBSERVACIONES
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
observaciones
Tipo
texto
Ejemplo
                       
CATEGORIA
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
categoria
Tipo
texto
Ejemplo
                       
ABREVIATURA PROVINCIA
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
abreviatura_provincia
Tipo
texto
Ejemplo
                       
dato revisado
               

No hay ninguna descripción disponible para este campo.

Nombre (identificador)
dato_revisado
Tipo
texto
Ejemplo
                       

Esquema JSON

El objeto JSON siguiente es una descripción estandarizada del esquema del conjunto de datos. Más información sobre el esquema JSON.

{
  • "title":"establecimientos-comerciales",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/establecimientos-comerciales"
      }
    ]
    ,
  • "definitions":
    {
    • "establecimientos-comerciales":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/establecimientos-comerciales_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"
            }
          }
        }
        ,
      • "establecimientos-comerciales_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "n_reg_act":
                {
                • "type":"string",
                • "title":"N.REG.ACT.",
                • "description":""
                }
                ,
              • "titular":
                {
                • "type":"string",
                • "title":"TITULAR",
                • "description":""
                }
                ,
              • "nombre_comercial":
                {
                • "type":"string",
                • "title":"NOMBRE_COMERCIAL",
                • "description":""
                }
                ,
              • "direccion":
                {
                • "type":"string",
                • "title":"DIRECCION",
                • "description":""
                }
                ,
              • "c_p":
                {
                • "type":"string",
                • "title":"C.P.",
                • "description":""
                }
                ,
              • "poblacion":
                {
                • "type":"string",
                • "title":"POBLACIÓN",
                • "description":""
                }
                ,
              • "municipio":
                {
                • "type":"string",
                • "title":"MUNICIPIO",
                • "description":""
                }
                ,
              • "provincia":
                {
                • "type":"string",
                • "title":"PROVINCIA",
                • "description":""
                }
                ,
              • "cod_prov":
                {
                • "type":"integer",
                • "title":"Cod. PROV",
                • "description":""
                }
                ,
              • "cod_mun":
                {
                • "type":"integer",
                • "title":"Cod. MUN",
                • "description":""
                }
                ,
              • "cod_poblacion":
                {
                • "type":"string",
                • "title":"Cod. POBLACIÓN",
                • "description":""
                }
                ,
              • "c_n_a_e":
                {
                • "type":"string",
                • "title":"C.N.A.E.",
                • "description":""
                }
                ,
              • "sector_comercial":
                {
                • "type":"string",
                • "title":"SECTOR COMERCIAL",
                • "description":""
                }
                ,
              • "telefono":
                {
                • "type":"string",
                • "title":"TELEFONO",
                • "description":""
                }
                ,
              • "movil":
                {
                • "type":"string",
                • "title":"MOVIL",
                • "description":""
                }
                ,
              • "email":
                {
                • "type":"string",
                • "title":"EMAIL",
                • "description":""
                }
                ,
              • "web":
                {
                • "type":"string",
                • "title":"WEB",
                • "description":""
                }
                ,
              • "localizacion":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"LOCALIZACIÓN",
                • "description":""
                }
                ,
              • "habitantes":
                {
                • "type":"integer",
                • "title":"HABITANTES",
                • "description":""
                }
                ,
              • "fecha_ultima_modificacion":
                {
                • "type":"string",
                • "format":"date",
                • "title":"FECHA_ULTIMA_MODIFICACION",
                • "description":""
                }
                ,
              • "observaciones":
                {
                • "type":"string",
                • "title":"OBSERVACIONES",
                • "description":""
                }
                ,
              • "categoria":
                {
                • "type":"string",
                • "title":"CATEGORIA",
                • "description":""
                }
                ,
              • "abreviatura_provincia":
                {
                • "type":"string",
                • "title":"ABREVIATURA PROVINCIA",
                • "description":""
                }
                ,
              • "dato_revisado":
                {
                • "type":"string",
                • "title":"dato revisado",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets