Metadata-Version: 2.3
Name: istatcelldata
Version: 1.3.0
Summary: Python package to download and process ISTAT census grid cell data for Italian population censuses (1991-2021)
License: MIT
Keywords: istat,census,gis,geospatial,italy,demographics,population
Author: Massimiliano Moraca
Author-email: gis.massimilianomoraca@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Italian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Dist: chardet (>=5.2.0,<6.0.0)
Requires-Dist: geopandas (>=1.0.1,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
Requires-Dist: xlrd (>=2.0.1,<3.0.0)
Project-URL: Documentation, https://maxdragonheart.github.io/istatcelldata/
Project-URL: Homepage, https://maxdragonheart.github.io/istatcelldata/
Project-URL: Repository, https://github.com/MaxDragonheart/istatcelldata
Description-Content-Type: text/markdown

# ISTAT Cell Data

[![CI](https://github.com/MaxDragonheart/istatcelldata/actions/workflows/ci.yml/badge.svg)](https://github.com/MaxDragonheart/istatcelldata/actions/workflows/ci.yml)
[![Documentation](https://github.com/MaxDragonheart/istatcelldata/actions/workflows/docs.yml/badge.svg)](https://maxdragonheart.github.io/istatcelldata/)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![PyPI version](https://badge.fury.io/py/istatcelldata.svg)](https://badge.fury.io/py/istatcelldata)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Con **ISTAT Cell Data** puoi ottenere facilmente il set di dati riferiti ai censimenti ISTAT in cui sono stati
rilasciati anche i dati delle celle censuarie.

E' possibile scaricare e processare i dati dal 1991 al 2021.

## Installazione

`pip install istatcelldata`

!!! INFO

    Questo progetto non è collegato ad ISTAT nè supportato da ISTAT ed è una iniziativa autonoma di [Massimiliano Moraca](https://massimilianomoraca.me/).

Questo repository è stato creato grazie a [MkDocs](https://www.mkdocs.org/), [Material for MkDocs](https://squidfunk.github.io/mkdocs-material) e [mkdocstring](https://mkdocstrings.github.io/).


