No project description provided
Project description
# Geo-localized data in Brazil
Python lib for easily dealing with Geo-localized Data in Brazil
We have implemented more than 200 dimensions of geolocalized data from www.atlasbrasil.org.br
It contains a detailed set of demographic information such as gender, age, income, education, inequality and many other interesting things.
# Installation
## Installing the geo_data_br lib
pip3 install geo_data_br
# Features
## Getting data from list of points
Given a list of latitude and longitude points we can use the lib to retrieve the corresponding data.
import geo_data_br.points points_of_interest = [(-59.23352, -3.35030), (-60.17875, -3.27442)] demographics_on_poi = geo_data_br.points.data_on_points(points_of_interest) demographics_on_poi.gini >>> 0 0.59 >>> 1 0.51 >>> Name: gini, dtype: float64
demographics_on_poi.espvida >>> 0 72.91 >>> 1 68.70 >>> Name: espvida, dtype: float64
## Feature 2
# Contributing
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
Built Distribution
Hashes for geo_data_br-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b47bbc033981aea348518b6c26163bc90c73ad5f289f3a9e362ac88ed7dd9ff |
|
MD5 | a47379b64d2c34c06ae256af675ef02d |
|
BLAKE2b-256 | db3e22afea6c777d2b22af65278ed71175f8e9d9fdd84f417abb7e3c0d75c397 |