Detailed statistical data on any point in Israel
Project description
# GEOStatIL
[![PyPi](https://img.shields.io/pypi/v/jsontableschema.svg)](https://pypi-hypernode.com/pypi/geostatil)
This library allows you to get detailed statistical data on any point in Israel.
It uses the 2008 census (done by the LAMAS, Israel's statistical bureau). The census holds data for "statistical areas", which are is a fine grained partition of the land into areas with similar properties. Each statistical area describes a few 1000s of people.
It accepts both latitude/longitude pairs as well as textual addresses (which are geocoded using an online service).
## Usage
```
>>> from geostatil import GEOStatIL
>>> gsi = GEOStatIL()
>>> gsi(address=u'דיזנגוף 99, תל אביב')
{'אוכלוסייה – סך הכל (אלפים)': '1.9',
'אזור טבעי': 'אזור תל אביב',
'אזור סטטיסטי': '343',
'אחוז בני 15 ומעלה שעבדו בשנת 2008 בענף "מסחר סיטוני וקמעוני, תיקון כלי רכב מנועיים, אופנועים, קטנועים וטובין לשימוש אישי וביתי"': '11.0',
'אחוז גברים בני 15 ומעלה בעלי תעודות אחרות': '4.3',
'אחוז בני 17-0 ': '5.0',
'אחוז בני 64-18 ': '85.4',
'אחוז בני 65+ ': '9.5',
'אחוז בני 15 ומעלה בכוח העבודה האזרחי השנתי': '86.2',
'אחוז בני 15 ומעלה בעלי תואר אקדמי ראשון': '35.9',
### ...Omitting another ~250 rows...
'סמל מחוז': '5',
'סמל מטרופולין': '110',
'סמל מעמד מוניציפלי': '0',
'סמל נפה': '51',
'סמל צורת יישוב': '130',
'צורת יישוב': 'יישוב יהודי 499,999-200,000 תושבים',
'צפיפות אוכלוסייה (לקמ"ר)': '',
'צפיפות דיור ממוצעת למשק בית': '0.8',
'רובע': '3',
'שטח היישוב (קמ"ר)': '',
'שנת יסוד': '1909',
'תת-רובע': '34'}
```
## Installation
```
$ pip install geostatil
```
[![PyPi](https://img.shields.io/pypi/v/jsontableschema.svg)](https://pypi-hypernode.com/pypi/geostatil)
This library allows you to get detailed statistical data on any point in Israel.
It uses the 2008 census (done by the LAMAS, Israel's statistical bureau). The census holds data for "statistical areas", which are is a fine grained partition of the land into areas with similar properties. Each statistical area describes a few 1000s of people.
It accepts both latitude/longitude pairs as well as textual addresses (which are geocoded using an online service).
## Usage
```
>>> from geostatil import GEOStatIL
>>> gsi = GEOStatIL()
>>> gsi(address=u'דיזנגוף 99, תל אביב')
{'אוכלוסייה – סך הכל (אלפים)': '1.9',
'אזור טבעי': 'אזור תל אביב',
'אזור סטטיסטי': '343',
'אחוז בני 15 ומעלה שעבדו בשנת 2008 בענף "מסחר סיטוני וקמעוני, תיקון כלי רכב מנועיים, אופנועים, קטנועים וטובין לשימוש אישי וביתי"': '11.0',
'אחוז גברים בני 15 ומעלה בעלי תעודות אחרות': '4.3',
'אחוז בני 17-0 ': '5.0',
'אחוז בני 64-18 ': '85.4',
'אחוז בני 65+ ': '9.5',
'אחוז בני 15 ומעלה בכוח העבודה האזרחי השנתי': '86.2',
'אחוז בני 15 ומעלה בעלי תואר אקדמי ראשון': '35.9',
### ...Omitting another ~250 rows...
'סמל מחוז': '5',
'סמל מטרופולין': '110',
'סמל מעמד מוניציפלי': '0',
'סמל נפה': '51',
'סמל צורת יישוב': '130',
'צורת יישוב': 'יישוב יהודי 499,999-200,000 תושבים',
'צפיפות אוכלוסייה (לקמ"ר)': '',
'צפיפות דיור ממוצעת למשק בית': '0.8',
'רובע': '3',
'שטח היישוב (קמ"ר)': '',
'שנת יסוד': '1909',
'תת-רובע': '34'}
```
## Installation
```
$ pip install geostatil
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geostatil-0.0.1.tar.gz
(10.0 MB
view details)
File details
Details for the file geostatil-0.0.1.tar.gz
.
File metadata
- Download URL: geostatil-0.0.1.tar.gz
- Upload date:
- Size: 10.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c41c5fd7014b856383aaa012f1adc376f082993b51492a414de7ab176aded12 |
|
MD5 | 4cd83ec4031069412b76af4f7f204155 |
|
BLAKE2b-256 | af4c29a64caf4f74f7993df74e765df02edb096f5a1798c09953ff458039dbcc |