records

records

Active filters Clear all

No active filters

Filters

Numeri civici

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Codice Via
               

No description available for this field.

Name (identifier)
codvia
Type
decimal
Sample
                       
Civico
Numero civico

No description available for this field.

Name (identifier)
civico
Type
decimal
Sample
                       
Sub Ingresso
Sub-ingresso o esponente del civico

No description available for this field.

Name (identifier)
subciv
Type
text
Sample
                       
Codice arco
Codice arco stradale

No description available for this field.

Name (identifier)
codarco
Type
decimal
Sample
                       
Codice Fabbricato
Codice del fabbricato

No description available for this field.

Name (identifier)
codfab
Type
integer
Sample
                       
Codice particella catastale
Codice della particella catastale

No description available for this field.

Name (identifier)
partkey
Type
text
Sample
                       
Civico e sub ingresso
Combinazione testuale del numero civico ed esponente

No description available for this field.

Name (identifier)
ncivsub
Type
text
Sample
                       
Codice univoco civico
Codice univoco civico

No description available for this field.

Name (identifier)
civkey
Type
text
Sample
                       
CAP
Codice avviamento postale

No description available for this field.

Name (identifier)
cap
Type
text
Sample
                       
Denominazione
Denominazione urbanistica ufficiale dell'area di circolazione

No description available for this field.

Name (identifier)
denominazi
Type
text
Sample
                       
Quartiere
Denominazione del quartiere

No description available for this field.

Name (identifier)
quartiere
Type
text
Sample
                       
Zona
Codice della zona

No description available for this field.

Name (identifier)
zona
Type
text
Sample
                       
Nome Zona
Nome della zona

No description available for this field.

Name (identifier)
zona_nome
Type
text
Sample
                       
Identificativo Civico
               

No description available for this field.

Name (identifier)
id_civ
Type
decimal
Sample
                       
Nome del bacino della scuola dell'infanzia
Nome del bacino della scuola dell'infanzia

No description available for this field.

Name (identifier)
bacino_scu
Type
text
Sample
                       
Nome del bacino della scuola primaria
Nome del bacino della scuola primaria

No description available for this field.

Name (identifier)
bacino_sc0
Type
text
Sample
                       
Nome del bacino della scuola secondaria di 1° grado
Nome del bacino della scuola secondaria di 1° grado

No description available for this field.

Name (identifier)
bacino_sc1
Type
text
Sample
                       
DATA_ISTIT
Data istituzione

No description available for this field.

Name (identifier)
data_istit
Type
datetime
Sample
                       
DATA_VARIA
Data ultima variazione

No description available for this field.

Name (identifier)
data_varia
Type
datetime
Sample
                       
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
X_UTM_ETRS89
               

No description available for this field.

Name (identifier)
x_utm_etrs
Type
decimal
Sample
                       
Y_UTM_ETRS89
               

No description available for this field.

Name (identifier)
y_utm_etrs
Type
decimal
Sample
                       
SEZ_1981_ISTAT
               

No description available for this field.

Name (identifier)
sez_1981_i
Type
decimal
Sample
                       
SEZ_1991_ISTAT
               

No description available for this field.

Name (identifier)
sez_1991_i
Type
decimal
Sample
                       
SEZ_2001_ISTAT
               

No description available for this field.

Name (identifier)
sez_2001_i
Type
decimal
Sample
                       
SEZ_2011_ISTAT
               

No description available for this field.

Name (identifier)
sez_2011_i
Type
decimal
Sample
                       
COD_LOC_ISTAT
               

No description available for this field.

Name (identifier)
cod_loc_is
Type
decimal
Sample
                       
LOC_ISTAT
               

No description available for this field.

Name (identifier)
loc_istat
Type
text
Sample
                       
CENTRO_STO
               

No description available for this field.

Name (identifier)
centro_sto
Type
text
Sample
                       
AREA_STATI
               

No description available for this field.

Name (identifier)
area_stati
Type
text
Sample
                       
COD_AREAST
               

No description available for this field.

Name (identifier)
cod_areast
Type
decimal
Sample
                       
SEZ_2021_ISTAT
               

No description available for this field.

Name (identifier)
sez_istat
Type
integer
Sample
                       
Codice nazionale Anncsu numero civico
               

No description available for this field.

Name (identifier)
codice_ann
Type
integer
Sample
                       
Codice nazionale Anncsu strada
               

No description available for this field.

Name (identifier)
codice_ans
Type
integer
Sample
                       
ZONA_PROSS
               

No description available for this field.

Name (identifier)
zona_pross
Type
text
Sample
                       
indirizzo_completo
               

No description available for this field.

Name (identifier)
indirizzo_completo
Type
text
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"rifter_civici_pt",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/rifter_civici_pt"
      }
    ]
    ,
  • "definitions":
    {
    • "rifter_civici_pt":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/rifter_civici_pt_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"
            }
          }
        }
        ,
      • "rifter_civici_pt_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "codvia":
                {
                • "type":"number",
                • "title":"Codice Via",
                • "description":""
                }
                ,
              • "civico":
                {
                • "type":"number",
                • "title":"Civico",
                • "description":"Numero civico"
                }
                ,
              • "subciv":
                {
                • "type":"string",
                • "title":"Sub Ingresso",
                • "description":"Sub-ingresso o esponente del civico"
                }
                ,
              • "codarco":
                {
                • "type":"number",
                • "title":"Codice arco",
                • "description":"Codice arco stradale"
                }
                ,
              • "codfab":
                {
                • "type":"integer",
                • "title":"Codice Fabbricato",
                • "description":"Codice del fabbricato"
                }
                ,
              • "partkey":
                {
                • "type":"string",
                • "title":"Codice particella catastale",
                • "description":"Codice della particella catastale"
                }
                ,
              • "ncivsub":
                {
                • "type":"string",
                • "title":"Civico e sub ingresso",
                • "description":"Combinazione testuale del numero civico ed esponente"
                }
                ,
              • "civkey":
                {
                • "type":"string",
                • "title":"Codice univoco civico",
                • "description":"Codice univoco civico"
                }
                ,
              • "cap":
                {
                • "type":"string",
                • "title":"CAP",
                • "description":"Codice avviamento postale"
                }
                ,
              • "denominazi":
                {
                • "type":"string",
                • "title":"Denominazione",
                • "description":"Denominazione urbanistica ufficiale dell'area di circolazione"
                }
                ,
              • "quartiere":
                {
                • "type":"string",
                • "title":"Quartiere",
                • "description":"Denominazione del quartiere"
                }
                ,
              • "zona":
                {
                • "type":"string",
                • "title":"Zona",
                • "description":"Codice della zona"
                }
                ,
              • "zona_nome":
                {
                • "type":"string",
                • "title":"Nome Zona",
                • "description":"Nome della zona"
                }
                ,
              • "id_civ":
                {
                • "type":"number",
                • "title":"Identificativo Civico",
                • "description":""
                }
                ,
              • "bacino_scu":
                {
                • "type":"string",
                • "title":"Nome del bacino della scuola dell'infanzia",
                • "description":"Nome del bacino della scuola dell'infanzia"
                }
                ,
              • "bacino_sc0":
                {
                • "type":"string",
                • "title":"Nome del bacino della scuola primaria",
                • "description":"Nome del bacino della scuola primaria"
                }
                ,
              • "bacino_sc1":
                {
                • "type":"string",
                • "title":"Nome del bacino della scuola secondaria di 1° grado",
                • "description":"Nome del bacino della scuola secondaria di 1° grado"
                }
                ,
              • "data_istit":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DATA_ISTIT",
                • "description":"Data istituzione"
                }
                ,
              • "data_varia":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DATA_VARIA",
                • "description":"Data ultima variazione"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "x_utm_etrs":
                {
                • "type":"number",
                • "title":"X_UTM_ETRS89",
                • "description":""
                }
                ,
              • "y_utm_etrs":
                {
                • "type":"number",
                • "title":"Y_UTM_ETRS89",
                • "description":""
                }
                ,
              • "sez_1981_i":
                {
                • "type":"number",
                • "title":"SEZ_1981_ISTAT",
                • "description":""
                }
                ,
              • "sez_1991_i":
                {
                • "type":"number",
                • "title":"SEZ_1991_ISTAT",
                • "description":""
                }
                ,
              • "sez_2001_i":
                {
                • "type":"number",
                • "title":"SEZ_2001_ISTAT",
                • "description":""
                }
                ,
              • "sez_2011_i":
                {
                • "type":"number",
                • "title":"SEZ_2011_ISTAT",
                • "description":""
                }
                ,
              • "cod_loc_is":
                {
                • "type":"number",
                • "title":"COD_LOC_ISTAT",
                • "description":""
                }
                ,
              • "loc_istat":
                {
                • "type":"string",
                • "title":"LOC_ISTAT",
                • "description":""
                }
                ,
              • "centro_sto":
                {
                • "type":"string",
                • "title":"CENTRO_STO",
                • "description":""
                }
                ,
              • "area_stati":
                {
                • "type":"string",
                • "title":"AREA_STATI",
                • "description":""
                }
                ,
              • "cod_areast":
                {
                • "type":"number",
                • "title":"COD_AREAST",
                • "description":""
                }
                ,
              • "sez_istat":
                {
                • "type":"integer",
                • "title":"SEZ_2021_ISTAT",
                • "description":""
                }
                ,
              • "codice_ann":
                {
                • "type":"integer",
                • "title":"Codice nazionale Anncsu numero civico",
                • "description":""
                }
                ,
              • "codice_ans":
                {
                • "type":"integer",
                • "title":"Codice nazionale Anncsu strada",
                • "description":""
                }
                ,
              • "zona_pross":
                {
                • "type":"string",
                • "title":"ZONA_PROSS",
                • "description":""
                }
                ,
              • "indirizzo_completo":
                {
                • "type":"string",
                • "title":"indirizzo_completo",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets